Partager via


Propriété DataMember.CustomProperties

Returns a collection of custom properties for the data member.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property CustomProperties As CustomPropertyCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DataMember Classe

Espace de noms Microsoft.ReportingServices.ReportRendering