Compartir a través de


ChartLegendInstance.ColumnSeparator Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ColumnSeparator As ChartSeparators 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ChartLegendInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering