namespace: Serenity.Reporting assembly: Serenity.Net.Services
Interface to customize the output file name, e.g. name of the XLSX or PDF file outputted by reports. By default, reports has output file name of format "{ReportKey}_yyyyMMdd_HHmmss.ext".
public interface ICustomFileName
name | description |
---|---|
GetFileName() | Returns the custom output file name. |
- Source: ICustomFileName.cs