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

Different reports but same data

2 Answers 59 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
evald80
Top achievements
Rank 1
evald80 asked on 02 Dec 2009, 11:46 AM
Hello,
suppose you have a String(from a datasource) to display on a report and the requirements are that the you could have different reports that display that string for example:
1° report. Display only the string on a TextBox
2° report. Display the string on a textbox and an image from a file
3° report: Display the string as a barcode


so the datasource is the same(the string from the db). What if i create a 4° report and want to distribuite to the application that is already in production? So how can i handle this situation? using dll and reflections(i believe its too bad)?

thank you.

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 02 Dec 2009, 04:22 PM
Hello evald80,

Up to your question:

"What if i create a 4 report and want to distribuite to the application that is already in production?"

Telerik Reports are contained within a separate class library that is compiled into a single assembly that is referenced in your web site/app. Thus any changed to existing reports or newly created reports would be visible only after you recompile the project and re-deploy it.

Best wishes,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
evald80
Top achievements
Rank 1
answered on 04 Dec 2009, 01:11 PM
Thanks for the reply.
Best regards
Tags
General Discussions
Asked by
evald80
Top achievements
Rank 1
Answers by
Steve
Telerik team
evald80
Top achievements
Rank 1
Share this question
or