Intersoft ClientUI Documentation
How-to: Use SqlReportViewer to Display Multiple Reports
See Also Send Feedback
Intersoft ClientUI 7 > ClientUI Controls > Control Library > Document Controls Overview > SqlReportViewer > How-to: Use SqlReportViewer to Display Multiple Reports

Glossary Item Box

The following example shows how to set up SqlReportViewer configuration for report browsing.

Example

Description

SqlReportViewer by default is configured to run with report browser feature enabled. As the results, SqlReportViewer will list all the reports available in the report server specified in the ReportServer property.

Code

The following code shows how to enable the SqlReportViewer report browser functionality using the CanUserShowReportList and EnableAutomaticListFetching property and set the default navigation mode to report list.

View Copy Code
<Intersoft:SqlReportViewer ... CanUserShowReportList="True" EnableAutomaticListFetching="True" NavigationMode="Links" />
SqlViewer Report Browser

See Also

©2012. All Rights Reserved.