annoiz
annoiz
About
- Username
- annoiz
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
it solved. i need to uncheck Login prompt when create the connection. Regarding the parameter prompt i just need to remove the form when it using on asp.Net.
-
Hi Bryan, i tried to use this method, but it said missing assembly reference. Is it need specific import dll? currently i only using: using FastReport.Web; using FastReport; Thank you pinbot wrote: » I tried that too and it won't work. …
-
Anyway, i tried to write this code: 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 …