Respected Members,
I am working on creating a PDF on fly means user click on Save button for a record the PDF should be generated with taking values from the same record and also from some other entity let's say B and it's record.
At first I am just s trying to generate a simple PDF file with hello message. But I have no success as I am getting error in my plugin Assembly and its dependencies are not installed.
I know there are 3 ways to solve this first and simple just add the assemblies from 3rd part assembly to crm server bin folder. But this is not working fo me.
2nd option is making .gac file and adding path to 3rd part assembly in Windows folder for Ms crm server.
Even This is not working too
Also I needed some guidance how will one create PDF on fly does it not need any location to store or link with the record so that it will open PDF, Please pardon me I am very much amateur in this PDF generation.
Can you guys give me some sample code if you have created a PDF using 3rd part assembly.
--------------------------------------------------------------
Now related to PDF generation but completely different approach using SSRS report and SQL report generation passing some dynamic parameters. I am familiar with this approach a bit but here again I could not think how will I have data for my current record which I am saving by clicking save I could not find a way. Also as stated above I also need data from another entity which is not really related to current entity. I am not getting any way to get the PDF using SSRS as I want and also making it dynamics so that I get only the current record saved and not entire records.