Compartir a través de


Report.CustomProperties Propiedad

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

Report Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering