Proprietà ChartLegend.LegendCustomItems
Gets the custom legend items.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LegendCustomItems As ChartLegendCustomItemCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCollection
A LegendCustomItems object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering