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 the custom information to be handed to the report rendering component
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property CustomProperties As CustomPropertyCollection
Get
'Uso
Dim instance As Report
Dim value As CustomPropertyCollection
value = instance.CustomProperties
public CustomPropertyCollection CustomProperties { get; }
public:
property CustomPropertyCollection^ CustomProperties {
CustomPropertyCollection^ get ();
}
member CustomProperties : CustomPropertyCollection
function get CustomProperties () : CustomPropertyCollection
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection
A CustomPropertyCollection object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering