API Reference

Class

PdfReportComponent

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Implements
Modifiers sealed

A small reusable report recipe implemented entirely over the canonical PDF flow engine.

Inheritance

  • Object
  • PdfReportComponent

Constructors

public PdfReportComponent(String title, String summary = null, IEnumerable<KeyValuePair<String, String>> facts = null, IEnumerable<PdfReportSection> sections = null) #

Creates a report recipe.

Parameters

title System.String requiredposition: 0
summary System.String = null optionalposition: 1
facts System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}} = null optionalposition: 2
sections System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.PdfReportSection} = null optionalposition: 3

Methods

public virtual Void Compose(PdfItemCompose content) #
Returns: Void

Parameters

content OfficeIMO.Pdf.PdfItemCompose requiredposition: 0

Properties

public String Title { get; } #

Report title.

public String Summary { get; } #

Optional executive summary.