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 or sets the spacing between each column in multi-column renderings.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ColumnSpacing As ReportSize
Get
Set
'Usage
Dim instance As Page
Dim value As ReportSize
value = instance.ColumnSpacing
instance.ColumnSpacing = value
public ReportSize ColumnSpacing { get; set; }
public:
property ReportSize ColumnSpacing {
ReportSize get ();
void set (ReportSize value);
}
member ColumnSpacing : ReportSize with get, set
function get ColumnSpacing () : ReportSize
function set ColumnSpacing (value : ReportSize)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.