Click here to Skip to main content
15,917,062 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

Here iam Developing Reports Using RDLC.These Reports are Working Fine in Local Machine and Run the Application Manually.If i Created the Exe Set Up to the Application the Reports are Not Working and Showing the Error: Path is Invalid.
My Actual Path in My Project is:

C#
strmain1 = Application.StartupPath;
                      strmain2 = strmain1.Replace(@"SEMIS_Start\bin\x64\Debug", "");
                      rptEducatorActivities.ProcessingMode = ProcessingMode.Local;
                      this.rptEducatorActivities.LocalReport.ReportPath = strmain2 + @"Zanzibar\XtraReports\Modules\Forms\XtrRptEmpGenderWise_en.rdlc";


and We are Maintaining Two Individual Sub Projects for Reports Forms and Rdlc's .If any Information Regarding this Please share with me.



Regards,

AnilKumar.D
Posted

1 solution

 
Share this answer
 
Comments
vulisiramu 12-Dec-12 6:09am    
I have Already Tried the Information what u have given.But my actual Rdlc Path is Converted in to DLL.So iam Unable to Break the DLL to get the Path.

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