Propriété LegendCustomItems
Gets the custom legend items.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property LegendCustomItems As ChartLegendCustomItemCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendCustomItemCollection
A LegendCustomItems object.
Voir aussi