namespace: Serenity.Reporting assembly: Serenity.Net.Services
Interface for reports that only contain data, e.g. no design. These are usually Excel/CSV etc. export type of reports.
public interface IDataOnlyReport : IReport
name | description |
---|---|
GetColumnList() | Gets the list of columns to export. |
- interface IReport
- Source: IDataOnlyReport.cs