Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace