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 custom legend items.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LegendCustomItems As ChartLegendCustomItemCollection
Get
'Usage
Dim instance As ChartLegend
Dim value As ChartLegendCustomItemCollection
value = instance.LegendCustomItems
public ChartLegendCustomItemCollection LegendCustomItems { get; }
public:
property ChartLegendCustomItemCollection^ LegendCustomItems {
ChartLegendCustomItemCollection^ get ();
}
member LegendCustomItems : ChartLegendCustomItemCollection
function get LegendCustomItems () : ChartLegendCustomItemCollection
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCollection
A LegendCustomItems object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace