This works fine
RV1.LocalReport.ReportPath = "C:\POSData\WorkOrder.rdlc"
I am trying to embed the report (as a resource?) in the app... but i can seem to get it to work..
RV1.LocalReport.ReportEmbeddedResource requires a string, so i cant reference the report like my.resources.dailysales
is there a way to do this?
RV1.LocalReport.ReportPath = "C:\POSData\WorkOrder.rdlc"
I am trying to embed the report (as a resource?) in the app... but i can seem to get it to work..
RV1.LocalReport.ReportEmbeddedResource requires a string, so i cant reference the report like my.resources.dailysales
is there a way to do this?