Propriedade do RDL ChartLegendTitleInstance.TitleSeparator
Gets the calculated value of the TitleSeparator property in a ChartLegendTitle class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property TitleSeparator As ChartSeparators
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators
A ChartSeparators value that represents the calculated value of the TitleSeparator property.
Consulte também
Referência
ChartLegendTitleInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering