Partager via


Propriété ReportViewer.ReportAreaContentType

Obtient un objet ReportAreaContent qui indique le type de contenu actuel de la zone de rapport.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportAreaContentType As ReportAreaContent
    Get
'Utilisation
Dim instance As ReportViewer
Dim value As ReportAreaContent

value = instance.ReportAreaContentType
[BrowsableAttribute(false)]
public ReportAreaContent ReportAreaContentType { get; }
[BrowsableAttribute(false)]
public:
property ReportAreaContent ReportAreaContentType {
    ReportAreaContent get ();
}
[<BrowsableAttribute(false)>]
member ReportAreaContentType : ReportAreaContent
function get ReportAreaContentType () : ReportAreaContent

Valeur de propriété

Type : Microsoft.Reporting.WebForms.ReportAreaContent
Objet ReportAreaContent.

Notes

Vous pouvez utiliser cette propriété pour vérifier si la zone de rapport contient un rapport.

Le contrôle ReportViewer modifie la valeur de cette propriété pendant le cycle de vie de la page ASP.NET. Avant que l'événement ReportViewer.PreRender soit terminé, cette propriété peut avoir la valeur Unknown. Sa valeur est finalisée après l'événement ReportViewer.PreRender.

Voir aussi

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WebForms