public CytologyScreeningListReport(Data.CytologyScreeningListReportData cytologyScreeningListReportData)
        {
            this.m_CytologyScreeningListReportData = cytologyScreeningListReportData;

            YellowstonePathology.Document.Xps.PlainHeader header = new YellowstonePathology.Document.Xps.PlainHeader("Cytology Screening List");
            YellowstonePathology.Document.Xps.PlainFooter footer = new YellowstonePathology.Document.Xps.PlainFooter(string.Empty);

            this.m_ReportDocument = new YellowstonePathology.Document.Xps.ReportDocument(header, footer);

            this.WriteHeaderGrid();
            this.WriteDetailInfo();
        }
        public CytologyScreeningListReport(Data.CytologyScreeningListReportData cytologyScreeningListReportData)
        {
            this.m_CytologyScreeningListReportData = cytologyScreeningListReportData;

            YellowstonePathology.Document.Xps.PlainHeader header = new YellowstonePathology.Document.Xps.PlainHeader("Cytology Screening List");
            YellowstonePathology.Document.Xps.PlainFooter footer = new YellowstonePathology.Document.Xps.PlainFooter(string.Empty);

            this.m_ReportDocument = new YellowstonePathology.Document.Xps.ReportDocument(header, footer);

            this.WriteHeaderGrid();
            this.WriteDetailInfo();
        }