Method | Description | |
---|---|---|
GetEnginesAsync ( ) : Task |
Request list of engines registered in jsreport server
|
|
GetRecipesAsync ( ) : Task |
Request list of recipes registered in jsreport server
|
|
GetServerVersionAsync ( ) : Task |
Request jsreport package version
|
|
RenderAsync ( |
Overload for more sophisticated rendering.
|
|
RenderAsync ( object request, CancellationToken ct = default(CancellationToken) ) : Task |
Specify comnpletely the rendering requests, see http://jsreport.net/learn/api for details
|
|
RenderAsync ( string templateShortid, object data, CancellationToken ct = default(CancellationToken) ) : Task |
The simpliest rendering using template shortid and input data
|
|
RenderAsync ( string templateShortid, string jsonData, CancellationToken ct = default(CancellationToken) ) : Task |
The simpliest rendering using template shortid and input data
|
|
RenderByNameAsync ( string templateName, object data, CancellationToken ct = newCancellationToken() ) : Task |
The simpliest rendering using template name and input data
|
|
RenderByNameAsync ( string templateName, string jsonData, CancellationToken ct = newCancellationToken() ) : Task |
The simpliest rendering using template name and input data
|
|
ReportingService ( string serviceUri ) : System | ||
ReportingService ( string serviceUri, string username, string password ) : System |
Method | Description | |
---|---|---|
CreateClient ( ) : |
Method | Description | |
---|---|---|
ReportFromResponse ( |
||
ValidateAndSerializeRequest ( object request ) : string |
protected CreateClient ( ) : |
||
return |
public RenderAsync ( |
||
request | ram name="request">Description of rendering process |
|
ct | CancellationToken | |
return | Task |
public RenderAsync ( object request, CancellationToken ct = default(CancellationToken) ) : Task |
||
request | object | ram name="request">Description of rendering process |
ct | CancellationToken | |
return | Task |
public RenderAsync ( string templateShortid, object data, CancellationToken ct = default(CancellationToken) ) : Task |
||
templateShortid | string | template shortid can be taken from jsreport studio or from filename in jsreport embedded |
data | object | any json serializable object |
ct | CancellationToken | |
return | Task |
public RenderAsync ( string templateShortid, string jsonData, CancellationToken ct = default(CancellationToken) ) : Task |
||
templateShortid | string | template shortid can be taken from jsreport studio or from filename in jsreport embedded |
jsonData | string | any json string |
ct | CancellationToken | |
return | Task |
public RenderByNameAsync ( string templateName, object data, CancellationToken ct = newCancellationToken() ) : Task |
||
templateName | string | template name |
data | object | any json serializable object |
ct | CancellationToken | |
return | Task |
public RenderByNameAsync ( string templateName, string jsonData, CancellationToken ct = newCancellationToken() ) : Task |
||
templateName | string | template shortid can be taken from jsreport studio or from filename in jsreport embedded |
jsonData | string | any json string |
ct | CancellationToken | |
return | Task |
public ReportingService ( string serviceUri ) : System | ||
serviceUri | string | |
return | System |
public ReportingService ( string serviceUri, string username, string password ) : System | ||
serviceUri | string | |
username | string | |
password | string | |
return | System |