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 group.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Property CustomProperties As CustomPropertyCollection
Get
'Uso
Dim instance As Group
Dim value As CustomPropertyCollection
value = instance.CustomProperties
public abstract CustomPropertyCollection CustomProperties { get; }
public:
virtual property CustomPropertyCollection^ CustomProperties {
CustomPropertyCollection^ get () abstract;
}
abstract CustomProperties : CustomPropertyCollection
abstract 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