Dear All,
Can you please let me know i have developed one SSRS report which is calling form multiple forms. The report output is same for all.
I took Table type = Regular for SSRS report. So, i set table property
Table type : regular
Created by = Yes
Create Transaction Id = Yes
And in DP class in processReport method : i add
Table.setConnection(this.parmUserConnection());
Report is working fine.
But i surprised after executing report when i saw the table it's BLANK. why ???
Could you please let me know why data is not there after executing report ?
Please give me more shed on this.
Thanks!
*This post is locked for comments
I have the same question (0)