Udostępnij przez


Właściwość ChartLegendTitle.TitleSeparator

Wyrażenie pobiera typ separatora dla tytułu legendy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property TitleSeparator As ReportEnumProperty(Of ChartSeparators)
    Get
'Użycie
Dim instance As ChartLegendTitle
Dim value As ReportEnumProperty(Of ChartSeparators)

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