Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Reporting Questions WPF
posted

Hello,

I have tested  Reporting , for my company but i have tow scenarios that i cant do.

All Questions are refer to WPF

1 . It is possible to save an Report Layout . So that i can replace it such a txt File ? And can I load it in runtime ? Can you give me a sample how it works.

2 . It is possible to print a report direkt without a xamReportViewer

Timo

Parents
No Data
Reply
  • 3070
    posted

    Hi Timo,

    1) If I understand correctly, you want to be able to load a report definition directly from a file. If that is the case, currently we don’t support it but we will support it for V1.

    2) Working client-side you will always need the XamReportViewer to print the report. However the viewer not necessarily must be visible to the user. So you will be able to print a report without explicitly displaying the viewer. Let me know if you need any other information.

    Hope it helps.

    Thanks,

    Leo

Children