次の方法で共有


ChartLegend.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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
ReportIntProperty オブジェクト。

関連項目

参照

ChartLegend クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間