API Reference
Class
PdfReportComponent
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
- summary System.String = null
- facts System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}} = null
- sections System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.PdfReportSection} = null
Methods
public virtual Void Compose(PdfItemCompose content) #Returns:
VoidParameters
- content OfficeIMO.Pdf.PdfItemCompose
Inherited Methods
Properties
public String Summary { get; } #Optional executive summary.