コード例 #1
0
        public DockContentReport(IDocument document, ReportData reportObject, string htmlFilePath)
        {
            _document     = document;
            _reportObject = reportObject;
            _reportObject.AddListener(this);
            _htmlFilePath = htmlFilePath;

            InitializeComponent();
        }