Share via


DataMember.CustomProperties Property

Returns a collection of custom properties for the data member.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CustomProperties As CustomPropertyCollection 
    Get
'Usage
Dim instance As DataMember 
Dim value As CustomPropertyCollection 

value = instance.CustomProperties
public override CustomPropertyCollection CustomProperties { get; }
public:
virtual property CustomPropertyCollection^ CustomProperties {
    CustomPropertyCollection^ get () override;
}
abstract CustomProperties : CustomPropertyCollection 
override CustomProperties : CustomPropertyCollection
override function get CustomProperties () : CustomPropertyCollection

Property Value

Type: Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
A CustomPropertyCollection object containing custom properties for the data member.

See Also

Reference

DataMember Class

Microsoft.ReportingServices.ReportRendering Namespace