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 set of chart areas for the chart.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ChartAreas As ChartAreaCollection
Get
'Usage
Dim instance As Chart
Dim value As ChartAreaCollection
value = instance.ChartAreas
public ChartAreaCollection ChartAreas { get; }
public:
property ChartAreaCollection^ ChartAreas {
ChartAreaCollection^ get ();
}
member ChartAreas : ChartAreaCollection
function get ChartAreas () : ChartAreaCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaCollection
A ChartAreaCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace