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 data values for the chart.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ChartData As ChartData
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartData
A ChartData object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace