How to remove dialog form (webForm)
Hi,
I'm working on Oracle 11g and VS 2010 (WebForm). I already create report using Oracle OLE DB connection and webform, when running, the parameter dialog form and connection form are showing. How to remove it just using code to pass those parameters?
Thanks in advance.
I'm working on Oracle 11g and VS 2010 (WebForm). I already create report using Oracle OLE DB connection and webform, when running, the parameter dialog form and connection form are showing. How to remove it just using code to pass those parameters?
Thanks in advance.
Comments
WebReport1.Report.SetParameterValue("Month_Year", "2012-05-01 00:00:00");
WebReport1.Report.SetParameterValue("Badge", "J15282");
but it said, i'm missing of assembly references, without above code, i able to show the report but with dialog form. Please help. Thank you.
Could you send me the report file?