Class ReportConfigSection
'report' section in app.config
Inherited Members
Namespace: HP.LFT.Report.Configuration
Assembly: HP.LFT.Report.dll
Syntax
public sealed class ReportConfigSection : ConfigurationSection
Constructors
ReportConfigSection()
Declaration
public ReportConfigSection()
Properties
Filter
'filter' element of 'report' section
Declaration
[ConfigurationProperty("filter", IsRequired = false)]
public FilterElement Filter { get; }
Property Value
| Type | Description |
|---|---|
| FilterElement |
Heading
'heading' element of 'report' section
Declaration
[ConfigurationProperty("heading", IsRequired = false)]
public HeadingElement Heading { get; }
Property Value
| Type | Description |
|---|---|
| HeadingElement |
JUnit
'junit' element of 'report' section
Declaration
[ConfigurationProperty("junit", IsRequired = false)]
public JUnitElement JUnit { get; }
Property Value
| Type | Description |
|---|---|
| JUnitElement |
Media
'media' element of 'report' section
Declaration
[ConfigurationProperty("media", IsRequired = false)]
public MediaElement Media { get; }
Property Value
| Type | Description |
|---|---|
| MediaElement |
Output
'output' element of 'report' section
Declaration
[ConfigurationProperty("output", IsRequired = false)]
public OutputElement Output { get; }
Property Value
| Type | Description |
|---|---|
| OutputElement |
ReportEnabled
'enabled' attribute of 'report' section
Declaration
[ConfigurationProperty("enabled", IsRequired = false, DefaultValue = true)]
public bool ReportEnabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
SeparateReport
'separate-report' attribute of 'report' section
Declaration
[ConfigurationProperty("separate-report", IsRequired = false, DefaultValue = ReportGranularity.Off)]
public ReportGranularity SeparateReport { get; }
Property Value
| Type | Description |
|---|---|
| ReportGranularity |