次の方法で共有


ColumnSpacing プロパティ

フォント サイズの割合で示した列の間隔。

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

構文

'宣言
Public ReadOnly Property ColumnSpacing As ReportIntProperty
    Get
'使用
Dim instance As ChartLegend
Dim value As ReportIntProperty

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