Ola
Ola
About
- Username
- Ola
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Thank you for the tip! We will try with the MemoryStream variant, it seems feasible for us.
-
Mike Pisano wrote: » I think you need to combine the datasets into one first then call .RegisterData https://stackoverflow.com/questions/1227805...e-using-c-sharp The reports I am trying to combine have different datasets with very differ…
-
Thanks again for your answer, now it works. The solution is (for other potential readers...): Â Â Â Â Â Â Â Â Â Â Â Â System.Data.DataSet dataSet = db.ExecDataSet("select Id, Name, InternalId, AutoSignDays, Property, PrintForm from DocumentType wh…
-
Thanks for your answer, but i doesn't work. * I have removed the connectionstring * I have checked that the dictonary in the reportfile correspond to my dataset But when i run i get error: DocumentType: The table is not connected to data. Regist…