Partilhar via


Propriedade do RDL ChartLegendInstance.HeaderSeparator

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

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

Sintaxe

'Declaração
Public ReadOnly Property HeaderSeparator As ChartSeparators 
    Get
'Uso
Dim instance As ChartLegendInstance 
Dim value As ChartSeparators 

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

Valor da propriedade

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

Consulte também

Referência

ChartLegendInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering