Hello,
I need help with two issues,
1. I'm creating an extension that includes a report where the default layout is RDLC and a reference to the layout
RDLCLayout = './Layouts/WaybillBarCode.rdl';
DefaultLayout = RDLC;
no matter what I do the layout is always blank when I run the report (build-in), but if I create a custom layout and import this file to it the layout is fine?
Any suggestions?
2. I'm using Report Builder for this report and need to print SSCC barcode (code128) .. what is the best way to do that?
Cheers,
Eymi