assign a DataSet source at run time for Fast Report
Hi, All:
Who can give me demo some Code as Open a SQLSERVER database and assign a DataSet table(SQL) to the report at run Time;
Thanks
Who can give me demo some Code as Open a SQLSERVER database and assign a DataSet table(SQL) to the report at run Time;
Thanks
Comments
Please look at Demos\C#\DataFromDataSet example. Not exactly what you looking for, but very close (just replace the CreateDataSet method with your logic).