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
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
HI,
Thank you for your replay.
Can you explain me how i print wenn i set the xamreportviewer invisible ?
Thanks Timo