IReportFactory.Create method

namespace: Serenity.Reporting   assemblySerenity.Net.Services

Creates a report for the given report key

public IReport Create(string reportKey, string reportParams, bool validatePermission = true)
parameter description
reportKey Report key
reportParams Optional JSON options to set in the report
validatePermission True if the permission for the report should be validated

See Also