Click here to Skip to main content
15,902,189 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Please anyone give the idea about how to set the report path to the local drive. I got the error like "Error occured while local report processing".
find the below code and give me the idea to fix it. Urgent help please.


VB
Rptvwr.LocalReport.ReportPath = "D:\foldername\ConsolidatedRpt.rdlc"


I've to set my report rdlc location to the local drive like the above mentioned.


Regards,
Bluesathish
Posted

1 solution

Hi,
My code was syntatically correct. yes I got it, You've to add one reference dll called
"Microsoft.ReportViewer.ProcessingObjectModel.dll"
from the GAC into your project to set the reportpath as localdrive.

Regards,
Bluesathish
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900