Właściwość Page.ColumnSpacing
Pobiera odstępy między każdej kolumna obrzutki wielokolumnowych.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property ColumnSpacing As ReportSize
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize obiektu.
Zobacz także