Share via


Group.m_customProperties Field

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

Specifies a group of custom properties.

Namespace:  Microsoft.ReportingServices.ReportRendering
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

Group Class

Microsoft.ReportingServices.ReportRendering Namespace