Hi,
Sometimes we need to put additionals information in our report.
in my case i need to put Signers information from my Master data, Signer Table(header and Line) at my report LedgerJournalReport.
i have create one Temporary table.
then,i tried my two methods.
1. i defined my temporary table on my Report Data Provider class and called it on Visual Studio/SSRS. but when i tried to deploy my changes, its makes an error to LedgerjournalDS(standard ledgerjournal datasets).the system suggest me to set-up the Dynamics Filter property = False if u r not used this datasets.how come?..coz i am gonna used this new datasets
2. i created new Query in AOT based on my Temporary table and called it on my report, LedgerJournal. but when i try to deploy it, its makes an error to LedgerjournalDS(standard ledgerjournal datasets).the system suggest me to set-up the Dynamics Filter property = False if u r not used this datasets. Its a same error message with my first method.
is there anyone here who got a same problem with me and found the solution how to resolved this problem?
Thanks for the helps.
Husna