Proprietà ReportViewer.ReportAreaContentType

Recupera un oggetto ReportAreaContent che indica il tipo di contenuto corrente dell'area del rapporto.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportAreaContentType As ReportAreaContent
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.Reporting.WebForms.ReportAreaContent
Oggetto ReportAreaContent.

Osservazioni

È possibile utilizzare questa proprietà per sapere nell'area del rapporto è incluso o meno un rapporto.

Il controllo ReportViewer modifica il valore di questa proprietà durante il ciclo di vita della pagina ASP.NET. Prima del completamento dell'evento ReportViewer.PreRender, è possibile che questa proprietà sia impostata su Unknown. Il valore finale è disponibile dopo l'evento ReportViewer.PreRender.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms