Export Excel File Title

Hello there. Please help. I'm trying to export an excel file but I can not find a way to change the default name in c#. Is to easy with pdf files with Title prop but with excel object i can't.

Comments

  • FastReport.Web.WebReport wr = new FastReport.Web.WebReport();

    string frx = Path.Combine(_env.ContentRootPath, "reports", value.file);

    wr.Report.Load(frx);

    wr.Report.FileName = value.label;

    wr.Report.RegisterData(data1, "NorthWind");

    demo => http://fr.somee.com/demo

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.