Partager via


Propriété ChartLegendInstance.ColumnSpacing

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ColumnSpacing As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ChartLegendInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering