Tasks and Solutions
- 2 minutes to read
This section contains developer tasks and links to solutions.
Document Viewer
Reporting Operations | ||
How to... | Link to Solution | |
Open a report | ||
Implement a service that the OpenReport method uses to resolve a report name to a report instance | IWebDocumentViewerReportResolver > IReportProvider > ReportStorageExtension | |
Print a report | ||
Toolbar | ||
How to... | Link to Solution | |
Add a command to the Toolbar | WebDocumentViewerClientSideEventsBuilder.CustomizeMenuActions | |
Hide export formats in the Toolbar | ||
Remove the Toolbar | ||
Tab Panel | ||
How to... | Link to Solution | |
Collapse the Tab Panel | ||
Remove the Tab Panel | ||
Preview Parameters Panel | ||
How to... | Link to Solution | |
Use a custom parameter editor | WebDocumentViewerClientSideEventsBuilder.CustomizeParameterEditors | |
Hide the Time part in the calendar editor | WebDocumentViewerClientSideEventsBuilder.CustomizeParameterEditors | |
Select the first item in the lookup value list | WebDocumentViewerClientSideEventsBuilder.CustomizeParameterLookUpSource | |
Export Options Panel | ||
How to... | Link to Solution | |
Customize the Export Options panel | ||
Hide the Export Options panel | ASPxClientCustomizeExportOptionsEventArgs.HideExportOptionsPanel | |
Search Panel | ||
How to... | Link to Solution | |
Disable the F hotkey that expands the Search panel | ||
Remove the Search panel and hide the Search command in the toolbar | ||
Document Map Panel | ||
How to... | Link to Solution | |
Show the Document Map panel automatically when the report is loaded | ||
Document Navigation | ||
How to... | Link to Solution | |
Click a report element to navigate to another report | ||
Navigate pages automatically | ||
Document Settings | ||
How to... | Link to Solution | |
Specify a zoom factor when the document is displayed |