Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
CSS
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: the source of the report defination has not been specified.
My Actual Path in My Project is:

Collapse | Copy Code

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.
Posted
Updated 12-Dec-12 0:30am
v3
Comments
sai sagar 18-Dec-12 4:11am    
where you working yar?..what a silly question?

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