Compartilhar via


Propriedade do RDL ChartLegendInstance.ColumnSpacing

Gets the calculated value of the ColumnSpacing property in a ChartLegend class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ColumnSpacing As Integer 
    Get
'Uso
Dim instance As ChartLegendInstance 
Dim value As Integer 

value = instance.ColumnSpacing
public int ColumnSpacing { get; }
public:
property int ColumnSpacing {
    int get ();
}
member ColumnSpacing : int
function get ColumnSpacing () : int

Valor da propriedade

Tipo: System.Int32
An int value that represents the calculated value of the ColumnSpacing property.

Consulte também

Referência

ChartLegendInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering