Interactive Report Problem In Asp.Net
hi my dear friends...
i implemented An interactive report like the demo ...(hyperlink + filter + etc)
but hyper link do not work when i browse my page(that contains WebReport + report file)in browser
=================================================================
i am using fastreport.net in vs 2008 - asp.net web app with c#
thanks for attenetion
i implemented An interactive report like the demo ...(hyperlink + filter + etc)
but hyper link do not work when i browse my page(that contains WebReport + report file)in browser
=================================================================
i am using fastreport.net in vs 2008 - asp.net web app with c#
thanks for attenetion
Comments
WebReport does not support interactive features now. This is very complex task, it will be implemented in further versions.
really really appreciate for your attention and your answer...
some days ago i had a topic about Dialog Reports and your partner told me u can not use them in web report...
and now this [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> how can i find what features are supported in web report and why FastReport.Net Demo has not any category about web... thanks a lot[/img]
Currently we don't support the following features in the WebReport:
- direct printing (printing is done via pdf and Acrobat Reader)
- dialogue forms
- interactivity (such as drill-down/drill-through reports, Click event handlers)
- overlapped report objects
- direct printing (printing is done via pdf and Acrobat Reader)
what is that mean direct printing - this means we can not print our report with printer in web app...
- export to pdf and print using Acrobat Reader. The most accurate way, but requires Acrobat Reader installed on the client PC.
- export to html, open the result in a new browser window, then print using the browser (File|Print). Not accurate, there is no control over page size, margins etc.
- create ActiveX control that will print the report directly (just like you do in the winforms app). This is supported by Internet Explorer only.
really really thankss for support and attention
can u lead me for doing this ->- create ActiveX control that will print the report directly (just like you do in the winforms app). This is supported by Internet Explorer only.
i am unfamiliar with Fastreport winforms...
what activex exactly do ? and how can i use that ?
this is so important for users to print their report directly in their web page...(i think ie is enough)
but how can i do that?
What is it's Name?
Please someone help me to know it , thanks very much
There is no such ActiveX, we have no plans to develop it.