Hello Team,
I want to create dashboard report like in an attached screen shot.
http://demos.telerik.com/reporting
I want to open a dashboard suppose dashboard dealer Inn dashboard then it will open it as shown in attached screen shot design.if i click on Barcode reports then it will open the Barcode reports dashboard.Can you tell me how i can show the same design structure as i shown in attachment.
Thanks,
Narender
Narender
5 Answers, 1 is accepted
By using Telerik Reporting, you can create a report providing navigation to other reports or URLs - Actions.
Please consider the ReportCatalog example available in the local demos, installed under C:\Program Files (x86)\Telerik\Reporting Q1 2016\Examples (available with Telerik Reporting installation).
To use such report with the Report Server application, the data source must be a CsvDataSource or a SqlDataSource component that lists the paths to the reports on the server in this format (Reference another report stored in the server).
Let us know if you have any further questions.
Regards,
Stef
Telerik
Hi Stef,
I have already seen example and made some reports which was uploaded in report server.
In my dasboard there is many graph so is there any way to create tab so that all reports shown in single dashboard.Means in single .trdx file can i add tab so that all report not show on single page and another report reports shown in another tab of same .trdx file
Thanks,
Narender.
The layout from the Sales Dashboard demo of Telerik UI for AJAX uses interactivity that is not supported by report documents.
A Report (TRDX file) can be displayed in a ReportViewer, where other report can be displayed in the same viewer (navigation between separate reports - NavigateToReportAction) or you can add an external URL that opens in a browser window (NavigateToUrlAction).
You can also add items, sections and hide them by default. The items can be shown on clicking other item in the report (ToggleVisibilityAction e.g. this demo report).
Reports can be displayed in a single document by using SubReport items which load the required TRDX files. In combination with the supported Actions, you can create a layout that shows, hides and navigates to different content on user interaction (click).
Regards,
Stef
Telerik
Such tab element is not supported by default. Still you can imitate it using other report items (for example TextBoxes) and Actions to show/hide other elements.
Below you can find the sample demonstrating this approach. Graph elements in this report are hidden with Visible=False and with actions applied to TextBoxes you can toggle their visibility.
Regards,
Katia
Telerik