Enumeração ReportAreaContent
Specifies the type of content displayed in the report area.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
Public Enumeration ReportAreaContent
public enum ReportAreaContent
public enum class ReportAreaContent
type ReportAreaContent
public enum ReportAreaContent
Membros
Nome do membro | Descrição | |
---|---|---|
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. |
Comentários
This class is referenced by the ReportAreaContentType property of ReportViewer.