Share via


ChartDataPoint.m_customPropertiesReady Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

A Boolean value that indicates whether the custom properties are ready.

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

Syntax

'Declaration
Protected m_customPropertiesReady As Boolean
'Usage
Dim value As Boolean 

value = Me.m_customPropertiesReady 

Me.m_customPropertiesReady = value
protected bool m_customPropertiesReady
protected:
bool m_customPropertiesReady
val mutable m_customPropertiesReady: bool
protected var m_customPropertiesReady : boolean

See Also

Reference

ChartDataPoint Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace