Is it possible to create an SSRS report in the same way?
Can someone give me a suggestions or an example?
Thank you in advance.
protected void prePromptModifyContract()
{
Contract=this.parmReportContract().parmRdpContract() ;
CustTable cust =this.parmArgs().record();
Contract.parmAccountNum(cust.AccountNum);
super();
}
André Arnaud de Cal... 291,703 Super User 2024 Season 2
Martin Dráb 230,433 Most Valuable Professional
nmaenpaa 101,156