Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.