C1WebReport Tasks Menu
In the C1WebReport Tasks menu you can quickly and easily load reports and set properties for the control.
To access the C1WebReport Tasks menu, click on the smart tag () in the upper right corner of the control. This will open the C1WebReport Tasks menu.
The C1WebReport Tasks menu operates as follows:
• Load Report
Clicking Load Report opens the Select a report dialog box where you can load a report definition file and a report within the report definition file.
• Show Navigation Bar
Checking the Show Navigation Bar check box sets the Visible property to True and displays the built-in navigation bar. The default value is checked.
• Show Export Button
Checking the Show Export Button check box sets the HasExportButton property to True and displays the Export button in the navigation bar. The default value is unchecked.
• Show GoToPage Button
Checking the Show GotoPage Button check box sets the HasGotoPageButton property to True and displays the Goto Page button . The default value is unchecked.
• Paged Report
Checking the Paged Report check box sets the Paged property to True and the report will be broken up into pages, rendered one at a time on the client. The default value is checked.
• Scrollable Report
Checking the Scrollable Report check box sets the Scrollable property to True and the report will be rendered within the bounds of the control with added scrollbars so that the user can see the entire contents of the report. The default value is checked.
• Cache Reports
Checking the Cache Reports check box sets the Enabled property to True and stores rendered reports in the cache. The default value is checked.
• Enable Callbacks
Checking the Enable Callbacks check box sets the EnableCallback property to True and uses Ajax to update the report contents without refreshing the entire page. The default value is unchecked.
• About C1WebReport
Clicking About displays the C1WebReport control's About dialog box, which is helpful in finding the build number of the control along with licensing, registration and purchasing information, and additional online resources.
|