I need to Genrate the report of my listbox item it will genrate but at end few item not fit property.
Can anyone explain me how to generate report of listbox item in wpf.
Please reply ASP
Thanks
Anil
Hello Anil,
ListBox will generate report with all its contents. However, as it does not support paging functionality few items that are in the end might not fit into the report. This is expected behavior. As an alternative, you can export the ListBox contents into a word document. To implement this, you can refer to our Exporting Data to Word help document here.
Please let me know if I may be of further assistance.
Hello Sahaja Thank for reply,
Can you Share one sample , in that listbox item export to word and genrate Preview.