ReportItem.CustomProperties Propiedad

Definición

Obtiene o establece propiedades personalizadas para el elemento del informe.

public:
 property Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ CustomProperties { Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ get(); void set(Microsoft::ReportingServices::ReportRendering::CustomPropertyCollection ^ value); };
public Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection CustomProperties { get; set; }
member this.CustomProperties : Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection with get, set
Public Property CustomProperties As CustomPropertyCollection

Valor de propiedad

Un objeto que contiene propiedades personalizadas CustomPropertyCollection para el elemento del informe.

Se aplica a