Class ReportOptions
Inheritance
ReportOptions
Assembly: Colectica.Reporting.dll
Syntax
public class ReportOptions
Constructors
ReportOptions()
Declaration
Properties
Audience
Declaration
public string Audience { get; set; }
Property Value
CoverPageImagePath
Declaration
public string CoverPageImagePath { get; set; }
Property Value
Declaration
public string FooterText { get; set; }
Property Value
Declaration
public string HeaderText { get; set; }
Property Value
IncludeCoverPage
Declaration
public bool IncludeCoverPage { get; set; }
Property Value
IncludeTableOfContents
Declaration
public bool IncludeTableOfContents { get; set; }
Property Value
IsAccessibilityMode
Declaration
public bool IsAccessibilityMode { get; set; }
Property Value
Declaration
public bool IsPaperForm { get; set; }
Property Value
PageSize
Declaration
public PageFormat PageSize { get; set; }
Property Value