IDataOnlyReport interface

namespace: Serenity.Reporting   assemblySerenity.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

Members

name description
GetColumnList() Gets the list of columns to export.

See Also