Report.ColumnSpacing 属性

定义

获取各列之间的默认间距,包括单位指示符。

public:
 property Microsoft::ReportingServices::ReportRendering::ReportSize ^ ColumnSpacing { Microsoft::ReportingServices::ReportRendering::ReportSize ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ReportSize ColumnSpacing { get; }
member this.ColumnSpacing : Microsoft.ReportingServices.ReportRendering.ReportSize
Public ReadOnly Property ColumnSpacing As ReportSize

属性值

一个 ReportSize 对象,该对象包含各列之间的默认间距,包括单位指示符(如 cmmminptpc)。

适用于