Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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