Propriedade do RDL Chart.ChartData
Gets the data values for the chart.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ChartData As ChartData
Get
'Uso
Dim instance As Chart
Dim value As ChartData
value = instance.ChartData
public ChartData ChartData { get; }
public:
property ChartData^ ChartData {
ChartData^ get ();
}
member ChartData : ChartData
function get ChartData () : ChartData
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartData
A ChartData object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering