Propriedade do RDL ChartLegendInstance.ColumnSeparator
Gets the calculated value of the ColumnSeparator property in a ChartLegend class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators
A ChartSeparators value that represents the calculated value of the ColumnSeparator property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering