GrapeCity.ActiveReports.Extensibility.v9 アセンブリ > GrapeCity.ActiveReports.Extensibility.Rendering.Components 名前空間 : ChangeType 列挙体 |
'宣言 Public Enum ChangeType Inherits System.Enum
public enum ChangeType : System.Enum
メンバ | 解説 |
---|---|
Action | ユーザーのイベントにより、ReportItem.Actionに指定されたアクション(URLへのリダイレクトなど)が発生します。 |
None | RenderItemも基になるデータも変更されません。 |
Relayout | CustomReportItemのプロパティが変更されたことにより、レポートのレイアウトを再度作成する必要があります。 |
Repaint | RenderItemが変更されたことにより、レポートを再描画する必要があります。 |
Reprocess | データマップの再作成が必要となります(例えば、再度ソースすること)。 |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Rendering.Components.ChangeType