I have written a web form where i have embedded a reportviewer. I have also stored certain values in the aspx file using hidden textboxes. These values are required by my dataset to retrieve records as I have set the input parameter type in my object datasource as form control. (have done this to avoid session vars)
The rdlc uses expressions in certain fields that is based on the values in the aspx file. I am also passing report parameters to my rdlc.
I can theoritically export the report to a pdf but I need to directly create the pdf file (avoiding the reportviewer) by passing in these values.
Can anyone help me on how to generate a pdf file based on the rdlc and certain other values.