Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an expression that evaluates to the type of separator to use for the legend title.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property TitleSeparator As ReportEnumProperty(Of ChartSeparators)
Get
'Usage
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>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeparators>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace