calwayNL
calwayNL
About
- Username
- calwayNL
- Joined
- Visits
- 2
- Last Active
- Roles
- Members
Comments
-
Ok, so I fugred it out myself. In an other support item I saw a suggestion that you run FastReport.Utils.RegisteredObjects.AddConnection(typeof(MsSqlDataConnection)); before anything. And Yep, now Prepare works and I have connections and I can exp…
-
When running this report that has a MSSqlDataConnection in the Windows Report Designer it works fine. But after the .Load() call the Connections and Datasources dictionaries are empty. Is this some limitation with the free/Opensource version? If so,…
-
That is not it. I just checked agian ans SetParamaterValue() also creates a paramater when it does not already exists.
-
So just to be sure, I can't see it in the screenshots. You made a report, with a Query using an SQL Statement, in the next wizard step you set the SQL parameter Idventa takes it's value from a Report paramater, also called Idventa. You did not show …