Share via


DataRegionMember.m_customPropertyCollection Field

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

Specifies the custom properties for this data region member.

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

Syntax

'Declaration
Protected m_customPropertyCollection As CustomPropertyCollection
'Usage
Dim value As CustomPropertyCollection 

value = Me.m_customPropertyCollection 

Me.m_customPropertyCollection = value
protected CustomPropertyCollection m_customPropertyCollection
protected:
CustomPropertyCollection^ m_customPropertyCollection
val mutable m_customPropertyCollection: CustomPropertyCollection
protected var m_customPropertyCollection : CustomPropertyCollection

See Also

Reference

DataRegionMember Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace