Class ReportOutputOptions
Provides options for the report output.
Inheritance
System.Object
ReportOutputOptions
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.ReportGenerator
Assembly: Sartorius.SAF.ReportGenerator.dll
Syntax
public class ReportOutputOptions
Properties
View SourceFooterHeight
Gets or sets reserved space for the page footer.
Declaration
public float FooterHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
HeaderHeight
Gets or sets reserved space for the page header.
Declaration
public float HeaderHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
PageNumberingStartIndex
Gets or sets the start index for page numbering on header and footer
Declaration
public int PageNumberingStartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PageOrientation
Gets or sets the page orientation
Declaration
public PageOrientation PageOrientation { get; set; }
Property Value
Type | Description |
---|---|
PageOrientation |
ShowFooter
Gets or sets a value indicating whether the report footer is shown.
Declaration
public bool ShowFooter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowHeader
Gets or sets a value indicating whether the report header is shown.
Declaration
public bool ShowHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |