API Reference
Class
ExportDefaults
Global export defaults configurable via Set-DDExportOptions.
Inheritance
- Object
- ExportDefaults
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public static ReportFormat Format { get; set; } #Default report format.
public static Boolean OpenInBrowser { get; set; } #Open generated reports in the browser.
public static String OutputDirectory { get; set; } #Base directory for exported reports.
public static Boolean EmitArtifacts { get; set; } #Emit artifact files alongside reports.
public static String ArtifactsDirectory { get; set; } #Directory for emitted artifacts.
public static NarrativePlacement NarrativePlacement { get; set; } #Narrative text placement for reports.
public static String NarrativeTitle { get; set; } #Override: document title.
public static String NarrativeSubject { get; set; } #Override: document subject/description.
public static String NarrativeCategory { get; set; } #Override: document category.
public static String NarrativeKeywords { get; set; } #Override: document keywords (comma-separated).
public static String NarrativeCreator { get; set; } #Override: document creator/author.
public static String LogoPath { get; set; } #Logo image path.
public static Nullable<Int32> HeaderLogoSizePx { get; set; } #Header logo height (px).
public static String HeaderText { get; set; } #Header text.
public static String WatermarkText { get; set; } #Watermark text.
public static Int32 SummaryColumnCap { get; set; } #Executive Summary max content columns for Word composition.
public static String CompanyName { get; set; } #Company name.
public static String CompanyAddress { get; set; } #Company address.
public static String CompanyYear { get; set; } #Company year.