Today I am sharing, how to develop a RDP reports. I will be elaborating the process step by step, so that it is very easy for you to follow the steps and develop your own report.
Step 1: Create a Temp Table SSRS_VendTableTmp
Create a new table and set its table type to InMemory or TempDB. Add the following fields from the vendtable in your table.
Vendor Account
Address
County
State
Country
Telephone
Fax
Email
Telex Number
Step 2: Create a Query SSRS_VendTable
Create...(read more)
↧