| Name | Description | |
|---|---|---|
|   | Active | Gets the active report view. | 
|  | Report | Gets the report associated with the report view. | 
The following tables list the members exposed by ReportView.
| Name | Description | |
|---|---|---|
|   | Active | Gets the active report view. | 
|  | Report | Gets the report associated with the report view. | 
| Name | Description | |
|---|---|---|
|  | ClearElementSelection | Clear all report elements in the report view. | 
|  | GetSelectedElements | Returns a collection of selected report elements. | 
|  | Refresh | Force the report view to redraw. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | SelectAllElements | Select all report elements in a report view. | 
|  | SelectElement | Set the element selected for the report view. | 
|  | SelectElements | Set the selected report elements for the report view. | 
|  | UnSelectElement | Unselect the element within the report view. | 
|  | UnSelectElements | Unselect the elements within the report view. | 
|  | ZoomTo | Zoom the report view to the extent defined by a geometry. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | ZoomToElement | Zoom to the extent of the element. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | ZoomToElements | Zoom to the extent of the elements. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | ZoomToPageWidth | Zoom the report view to the width of the page. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | ZoomToSelectedElements | Zoom the report view to the extent of the selected elements. This method must be called on the MCT. Use QueuedTask.Run. | 
|  | ZoomToWholePage | Zoom the report view to the whole page. This method must be called on the MCT. Use QueuedTask.Run. |