Hi,
I want to get rid of report.info stuff in my plain text format file. I do not want to see
Subject:
Date:
Modified:
I want it all clear out, just leave the content itself. How is it done?
Thanks,
Hello Rob,
If you do not set Subject of the Report.Info it won't appear.
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=Infragistics4.WebUI.Documents.v10.3~Infragistics.Documents.Report.Report~Info.html
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=Infragistics4.WebUI.Documents.v10.3~Infragistics.Documents.Report.IInfo_members.html
You can set also :
IInfo info = report.Info;
report.Preferences.PDF.Info.ShowCreator = false;
Regarding data created and date modified ,
they are integral to the operation of the file system and I do not think that they can be removed.
Let me know if you need further assistance.
Tsvetelina, I solved my problem by opening the file and remove each line that contain those report.info,
Thanks for your help :-)
Rob
I am glad to hear that.
Thank you for sharing the approach with the comunity.