Hi, I forgot to mention. I ma not runing this as a stand alone program. I am using the component within a WinForm using VB.Net and I wuld like to know how the coding should be on load of the report in order to send a criteria or variables based on the windows form that is opened. The criteria variable would be picked from the form that is opened and when a button is pressed from the form the variables need to be sent to the report and the dataset used needs to be filtered by these variables.
You need to pass a value from your program to the FastReport parameter. See programmer's manual:
"Working with Windows.Forms/Passing a value to a report parameter"
Then you may use that parameter in a filter condition.
Comments
Please read the manual:
http://fast-report.com/documentation/UserM...tafiltering.htm
"Working with Windows.Forms/Passing a value to a report parameter"
Then you may use that parameter in a filter condition.