Show / Hide Table of Contents

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 Source

FooterHeight

Gets or sets reserved space for the page footer.

Declaration
public float FooterHeight { get; set; }
Property Value
Type Description
System.Single
View Source

HeaderHeight

Gets or sets reserved space for the page header.

Declaration
public float HeaderHeight { get; set; }
Property Value
Type Description
System.Single
View Source

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
View Source

PageOrientation

Gets or sets the page orientation

Declaration
public PageOrientation PageOrientation { get; set; }
Property Value
Type Description
PageOrientation
View Source

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
View Source

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

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX