Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the chart legends.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Legends As ChartLegendCollection
Get
'Usage
Dim instance As Chart
Dim value As ChartLegendCollection
value = instance.Legends
public ChartLegendCollection Legends { get; }
public:
property ChartLegendCollection^ Legends {
ChartLegendCollection^ get ();
}
member Legends : ChartLegendCollection
function get Legends () : ChartLegendCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCollection
A ChartLegendCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace