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