Compartilhar via


Propriedade do RDL Chart.ChartAreas

Gets the set of chart areas for the chart.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ChartAreas As ChartAreaCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaCollection
A ChartAreaCollection object.

Consulte também

Referência

Chart Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering