Page.ColumnSpacing Property

Definition

Gets or sets the spacing between each column in multi-column renderings.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportSize ColumnSpacing { Microsoft::ReportingServices::RdlObjectModel::ReportSize get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportSize value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportSize ColumnSpacing { get; set; }
member this.ColumnSpacing : Microsoft.ReportingServices.RdlObjectModel.ReportSize with get, set
Public Property ColumnSpacing As ReportSize

Property Value

A ReportSize object.

Applies to