ReportItem.CustomProperties Propiedad

Definición

Obtiene la información personalizada para entregarla al componente de renderizado de informes.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::CustomPropertyCollection ^ CustomProperties { Microsoft::ReportingServices::OnDemandReportRendering::CustomPropertyCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection CustomProperties { get; }
member this.CustomProperties : Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection
Public ReadOnly Property CustomProperties As CustomPropertyCollection

Valor de propiedad

Un CustomPropertyCollection objeto que representa la información personalizada que se entregará al componente de renderizado del informe.

Se aplica a