Condividi tramite


Proprietà ChartLegendInstance.ColumnSeparator

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ColumnSeparator As ChartSeparators 
    Get
'Utilizzo
Dim instance As ChartLegendInstance 
Dim value As ChartSeparators 

value = instance.ColumnSeparator
public ChartSeparators ColumnSeparator { get; }
public:
property ChartSeparators ColumnSeparator {
    ChartSeparators get ();
}
member ColumnSeparator : ChartSeparators
function get ColumnSeparator () : ChartSeparators

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators
A ChartSeparators value that represents the calculated value of the ColumnSeparator property.

Vedere anche

Riferimento

ChartLegendInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering