aquaman
aquaman
About
- Username
- aquaman
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
There is a difference between FastReport parameters and SQL parameters. You cannot access the SQL parameter directly. Create a FastReport parameter (param1) in the Data window. Set the expression of your SQL parameter to your FastReport paramete…
-
System.ArgumentException: An entry with the same key already exists. try a different name for your datasource.
-
Replacing the standard progress window The progress window is shown during the following actions: running a report printing exporting You may turn off the progress by setting the ReportSettings.ShowProgress property of the EnvironmentSettings …
-
Dim tb As FastReport.Design.StandardDesigner.ToolbarBase = frDesigner.Plugins.FindType("FastReport.Design.StandardDesigner.TextToolbar")