Interface IReportSet
The report set client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportSet : IReport, IModel, IAttributeObject, IKeyEquatable<IReport>, IEquatable<IReport>, IEquatable<IReportSet>
Properties
Parameters
The report parameters
Declaration
List<ReportParameter> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ReportParameter> |
RegulationId
The regulation id
Declaration
int RegulationId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Templates
The report templates
Declaration
List<ReportTemplate> Templates { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ReportTemplate> |