SecHtmlReportSaveOption

SecHtmlReportSaveOption class

Represents the options for saving sec html report.

public class SecHtmlReportSaveOption : SaveOptions

Constructors

NameDescription
SecHtmlReportSaveOption()Creates options for sec html report.

Properties

NameDescription
AttachedFilesDirectory { get; set; }The directory that the attached files will be saved to. Only for saving to html stream.
SaveFormat { get; set; }Gets and sets the save file format.
SaveLinkbasesToDesticationFolder { get; set; }Gets or sets whether copy local linkbase files to save folder.
SaveSchemasToDesticationFolder { get; set; }Gets or sets whether copy local schema files to save folder.

See Also