jbg
jbg
About
- Username
- jbg
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Thank you very much, was a foolish mistake, works now. would be great to put DataBand db1 = (DataBand)report.FindObject("Data1"); db1.DataSource = report.GetDataSource("Mail"); In the documentation as an example, may save some time for a n…
-
Okay, ill try, im using FasReport v1.1.51.0: i : - open the DataFromDataSet project with VS2008, compile and run it. I click the "Run existing report" button, it works. - open the FastReport.Net Demo/Demo.exe and click " Run the designer" where…
-
Thanks for the quick answer. So its not possible to do it with the solution i found ? To replicate the problem : Using your demo \FastReport.Net Demo\Demos\C#\DataFromDataSet, the demo works as long as i dont insert a group around the databand "D…
-
Hmm. Thanks for the advice, forgot to take a look at the naming. But, there indeed is a databand named Data1 in the design.it seems that having it inside Group Header/Footer somehow throws an exception. If i move the databand outside of all groups, …
-
Hello! I have a question too: Lets say i have a DataSet with a table "Mail" in it. Mail has columns : Mail.Number Mail.address Mail.PoBox First I design the report layout in Fastreport designer with the use of [Mail.Number] [Mail.address…