Compartir a través de


CustomProperties Propiedad

Returns a collection of custom properties for the report.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
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.ReportRendering. . :: . .CustomPropertyCollection
A CustomPropertyCollection object that contains custom properties for the report.