Hi all,
I am trying to publish report from plugin. But i cannot able to read the .rdl file . RDL file was saved in the local drive. Is there any way to publish reports with .rdl file in my local drive
var data=File.ReadAllText(@"D:\Invoice.rdl");
This line of code is working fine outside the crm(without plugin).I can't able to get past this line.Feed me with your ideas.
P.S I know that crm plugin is executing from the server.but is there any other way?????
Thanks and Regards,
Aldous Huxley V