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 legend columns.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LegendColumns As ChartLegendColumnCollection
Get
'Usage
Dim instance As ChartLegend
Dim value As ChartLegendColumnCollection
value = instance.LegendColumns
public ChartLegendColumnCollection LegendColumns { get; }
public:
property ChartLegendColumnCollection^ LegendColumns {
ChartLegendColumnCollection^ get ();
}
member LegendColumns : ChartLegendColumnCollection
function get LegendColumns () : ChartLegendColumnCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnCollection
A ChartLegendColumnCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace