共用方式為


ChartLegend.ColumnSpacing 屬性

Gets an expression that evaluates to the spacing between columns as a percent of the font size.

命名空間:  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
A ReportIntProperty object.

請參閱

參考

ChartLegend 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間