Microsoft.Reporting.WebFormsClient.ReportAreaContent Enumeration
Specifies the content types of the report area. This enumeration is used by the reportAreaContentType property.
Namespace: Microsoft.Reporting.WebFormsClient
if ($find(viewerId).get_reportAreaContentType() ==
Microsoft.Reporting.WebFormsClient.ReportAreaContent.ReportPage) {
...
}
Members
Name | Description |
---|---|
None |
The report area contains nothing. |
ReportPage |
The report area contains a report page. |
Error |
The report area contains an error message. |