public DockContentReport(IDocument document, ReportData reportObject, string htmlFilePath) { _document = document; _reportObject = reportObject; _reportObject.AddListener(this); _htmlFilePath = htmlFilePath; InitializeComponent(); }