次の方法で共有


Report.ColumnSpacing プロパティ

列間の既定の間隔を取得します。単位指定子を含みます。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property ColumnSpacing As ReportSize 
    Get
'使用
Dim instance As Report 
Dim value As ReportSize 

value = instance.ColumnSpacing
public ReportSize ColumnSpacing { get; }
public:
property ReportSize^ ColumnSpacing {
    ReportSize^ get ();
}
member ColumnSpacing : ReportSize
function get ColumnSpacing () : ReportSize

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.ReportSize
各列の間の既定の間隔を含む ReportSize オブジェクトです。cm、mm、in、pt、pc などの単位指定子を含みます。

関連項目

参照

Report クラス

Microsoft.ReportingServices.ReportRendering 名前空間