Class ReportStartScriptAttribute
Attribute for report start script
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class ReportStartScriptAttribute : ReportScriptAttribute
Constructors
ReportStartScriptAttribute(string)
Initializes a new instance of the ReportStartScriptAttribute class
Declaration
public ReportStartScriptAttribute(string reportName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | reportName | Name of the report |
ReportStartScriptAttribute(string, string, string)
Initializes a new instance of the ReportStartScriptAttribute class
Declaration
public ReportStartScriptAttribute(string reportName, string culture, string parameters = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | reportName | Name of the report |
| string | culture | The report culture |
| string | parameters | The report parameters as JSON |