Assign Data Source at runtime
Hi,
Is there is a way to assign a DataSet source at run time for Fast Report, something like SetDataSource where you can assign a DataSet table?
We are migrating from Crystal Report to Fast Report, and we used to use SetDataSource property to assign a DataSet table to the report at run time.
Thank you,
Is there is a way to assign a DataSet source at run time for Fast Report, something like SetDataSource where you can assign a DataSet table?
We are migrating from Crystal Report to Fast Report, and we used to use SetDataSource property to assign a DataSet table to the report at run time.
Thank you,
Comments
This can be made using the Report.RegisterData method. This method is overloaded and allows you to register a DataSet, DataTable, DataView, DataRelation or business object which implements IEnumerable interface.