FlexReport for WPF
ColumnSpacing プロパティ (PaginatedExporter)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document.Export.Ssrs 名前空間 > PaginatedExporter クラス : ColumnSpacing プロパティ
列スペーシングを取得または設定します。 Nullは、レポートで指定されているデフォルト値を示します。
シンタックス
'宣言
 
Public Property ColumnSpacing As System.Nullable(Of Unit)
'使用法
 
Dim instance As PaginatedExporter
Dim value As System.Nullable(Of Unit)
 
instance.ColumnSpacing = value
 
value = instance.ColumnSpacing
public System.Nullable<Unit> ColumnSpacing {get; set;}
参照

PaginatedExporter クラス
PaginatedExporter メンバ