Am Using Reports Path as Like
OrderWindowViewer.LocalReport.ReportPath = @"C:\Users\Abhinavu\Desktop\Today\Login\Login\BillingReports.rdlc";
When Ever Am Creating .Exe File Am Getting There
This Path not Work out at Exe
How to solve Problem
Please Provide Alternate.......
Shweta LodhaPosted Apr 22, 2014, 10:35 AM
OrderWindowViewer.LocalReport.ReportEmbeddedResource = ProjectName.BillingReports.rdlc;
Hope it should work.