Class ReportEndController<TFunc>
Report end function controller
Inheritance
ReportEndController<TFunc>
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Function.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class ReportEndController<TFunc> : ReportFunctionController<TFunc, ReportEndFunctionAttribute, ReportEndScriptAttribute> where TFunc : ReportEndFunction
Type Parameters
| Name | Description |
|---|---|
| TFunc |
Constructors
View SourceReportEndController(PayrollHttpClient)
Initializes a new instance of the ReportEndController<TFunc> class
Declaration
public ReportEndController(PayrollHttpClient httpClient)
Parameters
| Type | Name | Description |
|---|---|---|
| PayrollHttpClient | httpClient | The Payroll http client |
Methods
View SourceExecute(ReportSet, ReportRequest, DataSet)
Report end
Declaration
public ReportEndFunctionResult Execute(ReportSet report, ReportRequest reportRequest, DataSet dataSet = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportSet | report | The report |
| ReportRequest | reportRequest | The report request |
| DataSet | dataSet | The report data set |
Returns
| Type | Description |
|---|---|
| ReportEndFunctionResult |
Execute(ReportSet, DataSet)
Report end
Declaration
public ReportEndFunctionResult Execute(ReportSet report, DataSet dataSet = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportSet | report | The report |
| DataSet | dataSet | The report data set |
Returns
| Type | Description |
|---|---|
| ReportEndFunctionResult |
Execute(string, ReportRequest, DataSet)
Report end
Declaration
public ReportEndFunctionResult Execute(string reportName, ReportRequest reportRequest, DataSet dataSet = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | reportName | Name of the report |
| ReportRequest | reportRequest | The report request |
| DataSet | dataSet | The report data set |
Returns
| Type | Description |
|---|---|
| ReportEndFunctionResult |
Execute(string, DataSet)
Report end
Declaration
public ReportEndFunctionResult Execute(string reportName, DataSet dataSet = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | reportName | Name of the report |
| DataSet | dataSet | The report data set |
Returns
| Type | Description |
|---|---|
| ReportEndFunctionResult |