Class ReportBuildScriptAttribute
Attribute for report build script
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class ReportBuildScriptAttribute : ReportScriptAttribute
Constructors
View SourceReportBuildScriptAttribute(string)
Initializes a new instance of the ReportBuildScriptAttribute class
Declaration
public ReportBuildScriptAttribute(string reportName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | reportName | Name of the report |
ReportBuildScriptAttribute(string, string, string)
Initializes a new instance of the ReportBuildScriptAttribute class
Declaration
public ReportBuildScriptAttribute(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 |