Report.ColumnSpacing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default spacing between the columns, including the unit designator.
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
Property Value
A ReportSize object containing the default spacing between each column, including a unit designator such as cm
, mm
, in
, pt
, or pc
.