GrapeCity ActiveReports for .NET 16.0J
Characteristics 列挙体

GrapeCity.ActiveReports.Extensibility.Rendering.Components 名前空間 : Characteristics 列挙体
IReportItemが保持できる特性を定義します。
シンタックス
'宣言
 
Public Enum Characteristics 
   Inherits System.Enum
public enum Characteristics : System.Enum 
メンバ
メンバ解説
HasDelayedContentIReportItemには、最初にレンダリングされた時にはわからない値があります。
HasDelayedVisibilityITextBoxの可視性は、最初にレンダリングされた時にわからない場合があります。
HasDocumentMapPathテキストボックスの値式に見出しマップの参照が含まれている場合は、True
IsCumulativeIReportItemには、累積合計式が含まれています。
NoneIReportItemには、これらの特徴はありません。
継承階層

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

参照

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