ReportAreaContent Enumeration

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.

See Also

Reference

Microsoft.Reporting.WebForms Namespace