GrapeCity ActiveReports for .NET 16.0J
ChangeType 列挙体

GrapeCity.ActiveReports.Extensibility.Rendering.Components 名前空間 : ChangeType 列挙体
カスタムレポート項目でProcess()またはイベントハンドラによりの変更の種類を定義します。
シンタックス
'宣言
 
Public Enum ChangeType 
   Inherits System.Enum
public enum ChangeType : System.Enum 
メンバ
メンバ解説
Actionユーザーのイベントにより、ReportItem.Actionに指定されたアクション(URLへのリダイレクトなど)が発生します。
NoneRenderItemも基になるデータも変更されません。
RelayoutCustomReportItemのプロパティが変更されたことにより、レポートのレイアウトを再度作成する必要があります。
RepaintRenderItemが変更されたことにより、レポートを再描画する必要があります。
Reprocessデータマップの再作成が必要となります(例えば、再度ソースすること)。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.ChangeType

参照

GrapeCity.ActiveReports.Extensibility.Rendering.Components 名前空間