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.
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.