Compartilhar via


Propriedade do RDL Page.ColumnSpacing

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ColumnSpacing As ReportSize 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.

Consulte também

Referência

Page Classe

Namespace Microsoft.ReportingServices.RdlObjectModel