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 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. |