GrapeCity ActiveReports for .NET 16.0J
DataElementOutput 列挙体

GrapeCity.ActiveReports.Extensibility.Rendering.Components 名前空間 : DataElementOutput 列挙体
データ出力時の項目の表示方法を定義します。
シンタックス
'宣言
 
Public Enum DataElementOutput 
   Inherits System.Enum
public enum DataElementOutput : System.Enum 
メンバ
メンバ解説
ContentsOnly項目は出力時に表示されない(例:XML)が、コンテンツは項目のコンテナに存在しているかのように描画されます。Listのみに適用可能。
NoOutput項目は出力時に表示されないことを示します。
Output項目は出力時に表示されることを示します。
継承階層

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

参照

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