Show / Hide Table of Contents

Class ReportOptions

Inheritance
object
ReportOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Reporting
Assembly: Colectica.Reporting.dll
Syntax
public class ReportOptions

Constructors

ReportOptions()

Declaration
public ReportOptions()

Properties

Audience

Declaration
public string Audience { get; set; }
Property Value
Type Description
string

CoverPageImagePath

Declaration
public string CoverPageImagePath { get; set; }
Property Value
Type Description
string

FooterText

Declaration
public string FooterText { get; set; }
Property Value
Type Description
string

HeaderText

Declaration
public string HeaderText { get; set; }
Property Value
Type Description
string

IncludeCoverPage

Declaration
public bool IncludeCoverPage { get; set; }
Property Value
Type Description
bool

IncludeTableOfContents

Declaration
public bool IncludeTableOfContents { get; set; }
Property Value
Type Description
bool

IsAccessibilityMode

Declaration
public bool IsAccessibilityMode { get; set; }
Property Value
Type Description
bool

IsPaperForm

Declaration
public bool IsPaperForm { get; set; }
Property Value
Type Description
bool

PageSize

Declaration
public PageFormat PageSize { get; set; }
Property Value
Type Description
PageFormat
In this article
Back to top Generated by DocFX