IReportFactory interface
namespace: Serenity.Reporting assembly: Serenity.Net.Services
Abstraction for 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
- Source: IReportFactory.cs