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. |
![]() | SelectElements | Set the selected report elements for 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. |
![]() | 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. |