Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.ReportingServices.ReportRendering