Compartilhar via


Propriedade do RDL ChartLegendCustomItemInstance.Separator

Gets the calculated value of the Separator property in a ChartLegendCustomItem class.

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

Sintaxe

'Declaração
Public ReadOnly Property Separator As ChartSeparators 
    Get
'Uso
Dim instance As ChartLegendCustomItemInstance 
Dim value As ChartSeparators 

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

Valor da propriedade

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

Consulte também

Referência

ChartLegendCustomItemInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering