mjesner
mjesner
About
- Username
- mjesner
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Thanks, this works perfect for me :-)
-
In Delphi there was an event, where i handled it this way: procedure TfrmFastReport.frxReport1AfterPrintReport(Sender: TObject); begin isPrinted := true; end; But in .NET I've the same problem. I tried with Event "finishedReport", but this…
-
The problem I had was a different - but I've found out a way to set the Connection String via C# Service: if (reportBericht.Dictionary.Connections.Count > 0) { Â Â Â Â Â Â Â Â Â Â DataConnectionBase conn = reportBericht.Dictionary.Connections…