Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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