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.
Gets or sets custom properties for the report item.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Property CustomProperties As CustomPropertyCollection
Get
Set
'Uso
Dim instance As ReportItem
Dim value As CustomPropertyCollection
value = instance.CustomProperties
instance.CustomProperties = value
public CustomPropertyCollection CustomProperties { get; set; }
public:
property CustomPropertyCollection^ CustomProperties {
CustomPropertyCollection^ get ();
void set (CustomPropertyCollection^ value);
}
member CustomProperties : CustomPropertyCollection with get, set
function get CustomProperties () : CustomPropertyCollection
function set CustomProperties (value : CustomPropertyCollection)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
A CustomPropertyCollection object containing custom properties for the report item.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering