API Diff between 3.8.0 and 0.3.0
15 Additions
26 Removals
jsreport.Client
-
public interface IReportingService : IRenderService
-
public class JsReportWebHandler : IHttpHandler
-
public class PhantomDefinition
-
public class RenderOptions
-
public class RenderRequest
-
public class Report
-
public class ReportDefinition
-
public class ReportHttp : Report
-
public class ReportingService : IReportingService, IRenderService
- public bool Compression { get; set; }
- public IContractResolver ContractResolverForDataProperty { get; set; }
- public TimeSpan? HttpClientTimeout { get; set; }
- public string ReportsDirectory { get; set; }
- public ODataClient CreateODataClient()
- public Task CreateOrUpdateSampleData(string name, string content)
- protected virtual HttpClient CreateClient()
- public Task<Report> ReadReportAsync(string permanentLink)
- public Task<Report> RenderAsync(string templateShortid, object data)
- public Task<Report> RenderAsync(string templateShortid, string jsonData)
- public Task<Report> RenderAsync(RenderRequest request)
- public Task SynchronizeTemplatesAsync()
- public Task<Report> RenderAsync(RenderRequest request, CancellationToken ct = default)
- public Task<Report> RenderAsync(string templateShortid, object data, CancellationToken ct = default)
- public Task<Report> RenderAsync(string templateShortid, string jsonData, CancellationToken ct = default)
- public Task<Report> RenderAsync(object request, CancellationToken ct = default)
- public Task<Report> RenderByNameAsync(string templateName, string jsonData, CancellationToken ct = default)
- public Task<Report> RenderByNameAsync(string templateName, object data, CancellationToken ct = default)
jsreport.Client.Entities
jsreport.Client.VSConfiguration