I have one technical problem which need an expert to help. :- )
I'm using two queries in one RDP class. So I declared something like as follows:
[SRSReportQueryAttribute (querystr(QueryOne)),
SRSReportQueryAttribute (querystr(QueryTwo)),
SRSReportParameterAttribute(classstr(ContractClass))]
From above you will see there are two queries, and one contract classes.
However in method ‘processReport’ of RDP class I cannot refer to the specific query.
The general statement is:
query = this.parmQuery();
What I would like to do this to declare two query objects, and the first one for QueryOney and the second one for QueryTwo.
Thank you.
*This post is locked for comments
I have the same question (0)