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 the calculated value of the HeaderSeparator property in a ChartLegend class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property HeaderSeparator As ChartSeparators
Get
'Usage
Dim instance As ChartLegendInstance
Dim value As ChartSeparators
value = instance.HeaderSeparator
public ChartSeparators HeaderSeparator { get; }
public:
property ChartSeparators HeaderSeparator {
ChartSeparators get ();
}
member HeaderSeparator : ChartSeparators
function get HeaderSeparator () : ChartSeparators
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators
A ChartSeparators value that represents the calculated value of the HeaderSeparator property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace