Compartir a través de


DataMember.CustomProperties Propiedad

Returns a collection of custom properties for the data member.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

DataMember Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering