FlexReport for WinForms
Columns プロパティ (PaginatedExporter)


C1.Document アセンブリ > C1.Document.Export.Ssrs 名前空間 > PaginatedExporter クラス : Columns プロパティ
Gets or sets the number of columns to set for the report. Null indicates default value, specified in the report.
シンタックス
'宣言
 
Public Property Columns As System.Nullable(Of Integer)
'使用法
 
Dim instance As PaginatedExporter
Dim value As System.Nullable(Of Integer)
 
instance.Columns = value
 
value = instance.Columns
public System.Nullable<int> Columns {get; set;}
参照

参照

PaginatedExporter クラス
PaginatedExporter メンバ