IReportFactory interface

namespace: Serenity.Reporting   assemblySerenity.Net.Services

Abstraction for the a report factory that creates a report by its key and populates it with the JSON options passed

public interface IReportFactory

Members

name description
Create(…) Creates a report for the given report key
SetParams(…) Sets options for an externally created report object

See Also