dynamic datasource in design time
Hi,
i have a DataTable made in Run-time.
i want to know how can i design a report file for that? and how to show it in runtime in report viewer?
thanks
i have a DataTable made in Run-time.
i want to know how can i design a report file for that? and how to show it in runtime in report viewer?
thanks
Comments
when you create table via runtime - register that table to Fast reports (how to register datasource (the same aplies to tables) is shown in all demos of FR.
then run designer and your table will be available in datasource. i'm doing this all the time.
here you go full code:
of course you have to add records to that table to see something