Compartir a través de


Microsoft.Reporting.WebFormsClient.ReportAreaContent (Enumeración)

Especificar los tipos de contenido del área de informe. Esta enumeración la utiliza la propiedad reportAreaContentType.

Espacio de nombres:Microsoft.Reporting.WebFormsClient

Sintaxis

if ($find(viewerId).get_reportAreaContentType() == 
        Microsoft.Reporting.WebFormsClient.ReportAreaContent.ReportPage) {
       ...
}

Miembros

Nombre

Descripción

None

El área de informe no contiene nada.

ReportPage

El área de informe contiene una página del informe.

Error

El área de informe contiene un mensaje de error.

Vea también

Referencia

Microsoft.Reporting.WebFormsClient.ReportViewer (Clase)