Share via


Report.ColumnSpacing Property

Gets the default spacing between the columns, including the unit designator.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ColumnSpacing As ReportSize 
    Get
'Usage
Dim instance As Report 
Dim value As ReportSize 

value = instance.ColumnSpacing
public ReportSize ColumnSpacing { get; }
public:
property ReportSize^ ColumnSpacing {
    ReportSize^ get ();
}
member ColumnSpacing : ReportSize
function get ColumnSpacing () : ReportSize

Property Value

Type: Microsoft.ReportingServices.ReportRendering.ReportSize
A ReportSize object containing the default spacing between each column, including a unit designator such as cm, mm, in, pt, or pc.

See Also

Reference

Report Class

Microsoft.ReportingServices.ReportRendering Namespace