Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.