Partager via


Propriété ChartLegendTitleInstance.TitleSeparator

Gets the calculated value of the TitleSeparator property in a ChartLegendTitle class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TitleSeparator As ChartSeparators 
    Get
'Utilisation
Dim instance As ChartLegendTitleInstance 
Dim value As ChartSeparators 

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators
A ChartSeparators value that represents the calculated value of the TitleSeparator property.

Voir aussi

Référence

ChartLegendTitleInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering