ChartDataPoint.m_customProperties Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
A CustomPropertyCollection object that represents the custom properties for the data point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_customProperties As CustomPropertyCollection
'Usage
Dim value As CustomPropertyCollection
value = Me.m_customProperties
Me.m_customProperties = value
protected CustomPropertyCollection m_customProperties
protected:
CustomPropertyCollection^ m_customProperties
val mutable m_customProperties: CustomPropertyCollection
protected var m_customProperties : CustomPropertyCollection
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace