Show / Hide Table of Contents

Class ReportHelper

Inheritance
object
ReportHelper
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 static class ReportHelper

Methods

AddCellParagraph(Cell, string)

Declaration
public static Paragraph AddCellParagraph(this Cell cell, string text = null)
Parameters
Type Name Description
Cell cell
string text
Returns
Type Description
Paragraph

AddCellParagraphRight(Cell, string)

Declaration
public static Paragraph AddCellParagraphRight(this Cell cell, string text = null)
Parameters
Type Name Description
Cell cell
string text
Returns
Type Description
Paragraph

AddCover(string, string, string, PageFormat, Document)

Declaration
public static Section AddCover(string title, string resourcePath, string coverPageImagePath, PageFormat pageSize, Document document)
Parameters
Type Name Description
string title
string resourcePath
string coverPageImagePath
PageFormat pageSize
Document document
Returns
Type Description
Section

AddSection(Document, PageFormat)

Declaration
public static Section AddSection(Document document, PageFormat pageSize)
Parameters
Type Name Description
Document document
PageFormat pageSize
Returns
Type Description
Section

AddStandardHeaderAndFooter(Section, string, string)

Declaration
public static void AddStandardHeaderAndFooter(Section section, string headerText, string footerText)
Parameters
Type Name Description
Section section
string headerText
string footerText

AddTableOfContents(Document, Section, Section)

Declaration
public static void AddTableOfContents(Document document, Section tocSection, Section coverSection)
Parameters
Type Name Description
Document document
Section tocSection
Section coverSection

AddTocPlaceholder(Document)

Declaration
public static Section AddTocPlaceholder(Document document)
Parameters
Type Name Description
Document document
Returns
Type Description
Section

CreateDocumentSafeCulture()

Declaration
public static Document CreateDocumentSafeCulture()
Returns
Type Description
Document

InitializeStyles(Document)

Declaration
public static void InitializeStyles(Document doc)
Parameters
Type Name Description
Document doc
In this article
Back to top Generated by DocFX