Dear experts,
I have used RDL file from a reporting server in c# successfully
Now i have used my rdlc file in local and accessed the report , but will it be possible to keep the rdlc file in remote server shared path. some thing like this
reportviewer1.local.reportpath='10.200.2.45/sharefolder/myrpeort.rdlc'
Also,
I want my table in rdl file to be of fixed size that is i may have 2 rows or 20 rows but the table size in a page should of speicifc height
pls help me