Partilhar via


Propriedade do RDL DataMember.CustomProperties

Returns a collection of custom properties for the data member.

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

Sintaxe

'Declaração
Public Overrides ReadOnly Property CustomProperties As CustomPropertyCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

DataMember Classe

Namespace Microsoft.ReportingServices.ReportRendering