Using Parameters in fastreport
Hi,
in the report designer i can see there are 2 types of parameters.
one is in Report.Dictionary.Connections[0].Tables[0].Parameters
and some parameters are there in Report.Parameters and Report.Dictionary..Parameters.
can we map both of this 2 types of parameters.
my prob is when i am having 2 tables in the connection.i cant find out which parameters i should prompt to the user.i have to show all the parameters which is in both table 1 and 2. if we can map parameters with the dictionary parameters i can always prompt dictionary parameters.
tnx
Chaminda
in the report designer i can see there are 2 types of parameters.
one is in Report.Dictionary.Connections[0].Tables[0].Parameters
and some parameters are there in Report.Parameters and Report.Dictionary..Parameters.
can we map both of this 2 types of parameters.
my prob is when i am having 2 tables in the connection.i cant find out which parameters i should prompt to the user.i have to show all the parameters which is in both table 1 and 2. if we can map parameters with the dictionary parameters i can always prompt dictionary parameters.
tnx
Chaminda
Comments
There are report parameters and query parameters. You may map a query parameter to a report parameter:
http://www.fast-report.com/documentation/U...passvalueto.htm