Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.