Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
A CustomPropertyCollection object containing custom properties for the data member.