Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the type of content displayed in the report area.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Enumeration ReportAreaContent
'Usage
Dim instance As ReportAreaContent
public enum ReportAreaContent
public enum class ReportAreaContent
public enum ReportAreaContent
public enum ReportAreaContent
Members
| Member name | Description | |
|---|---|---|
| Error | The report area displays an error message. | |
| None | The report area displays nothing. | |
| ReportPage | The report area displays a report page. | |
| Unknown | The current content type displayed in the report area is unknown. For more information, see ReportAreaContentType. |
Remarks
This class is referenced by the ReportAreaContentType property of ReportViewer.