Compartir a través de


ReportViewer.ReportAreaContentType (Propiedad)

Obtiene un objeto ReportAreaContent que indica el tipo de contenido actual del área de informe.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportAreaContentType As ReportAreaContent
[BrowsableAttribute(false)]
public ReportAreaContent ReportAreaContentType { get; }
[BrowsableAttribute(false)]
public:
property ReportAreaContent ReportAreaContentType {
    ReportAreaContent get ();
}
[<BrowsableAttribute(false)>]
member ReportAreaContentType : ReportAreaContent with get
function get ReportAreaContentType () : ReportAreaContent

Valor de propiedad

Tipo: Microsoft.Reporting.WebForms.ReportAreaContent
Objeto ReportAreaContent.

Comentarios

Puede utilizar esta propiedad para comprobar si el área de informe contiene un informe.

El control ReportViewer cambia el valor de esta propiedad durante el ciclo de vida de la página ASP.NET.Antes de que se complete el evento ReportViewer.PreRender, esta propiedad se puede establecer en Unknown.Su valor se finaliza después del evento ReportViewer.PreRender.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WebForms (Espacio de nombres)