Condividi tramite


Proprietà ChartLegendTitleInstance.TitleSeparator

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TitleSeparator As ChartSeparators 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ChartLegendTitleInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering