This is a migrated thread and some comments may be shown as answers.

Telerik Reporting - Create Label Report

1 Answer 475 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jatin
Top achievements
Rank 1
Jatin asked on 17 Jun 2014, 06:22 AM
Hello,

I require to create Telerik Label Report with following configuration,

On Web Page,
- There will be one Drop Down List of various labels types like Avery 5160 or 5162 etc, user can select the Label type from this DDL.
- There will be two TextBox like Row and Column, where user can specify the Row and Columnnumber into which the single address can be display.
- After selecting Label type and inserted Row and Column, user will click on 'Generate Report' button.
- When this button clicks, Telerik will create report for selected label type and insert the address at specified position (row and Column)

Is this possible using Telerik Reporting? If yes then how?

Thank you,
Jatin Mandalia

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 19 Jun 2014, 05:04 PM
Hello Jatin,

Having the described scenario, we can recommend you to create reports dynamically based on the user input from the custom UI. To ease the process you can determine the items you will use in the report and create sample reports with them in the integrated in Visual Studio Report Designer. Thus you can reuse the code that is auto-generated in the reports' designer.cs(vb) files and adjust it for your requirements.
You may find also helpful the Programmatic Control of Reports help section.

The created report instance can be displayed in a report viewer or directly processed with the ReportProcessor.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Jatin
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or