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