Udostępnij za pośrednictwem


Page.ColumnSpacing Property

Gets the spacing between each column in multi-column renderings.

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

Syntax

'Declaration
Public ReadOnly Property ColumnSpacing As ReportSize 
    Get
'Usage
Dim instance As Page 
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.OnDemandReportRendering.ReportSize
A ReportSize object.

See Also

Reference

Page Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace