private void InitializeReport( long SOI_RECORD_NUMBER)
        {
            DataTable tblSOI = SOIManager.GetDataTableStoreOutStandingInventoryByRecordNumber(SOI_RECORD_NUMBER);

            ReportDocument rptDoc = new ReportDocuments.RptStoreOutStandingInventory();
            rptDoc.SetDataSource(tblSOI);
            this.crViewerSOI.ReportSource = rptDoc;
        }
        private void InitializeReport(long SOI_RECORD_NUMBER)
        {
            DataTable tblSOI = SOIManager.GetDataTableStoreOutStandingInventoryByRecordNumber(SOI_RECORD_NUMBER);

            ReportDocument rptDoc = new ReportDocuments.RptStoreOutStandingInventory();

            rptDoc.SetDataSource(tblSOI);
            this.crViewerSOI.ReportSource = rptDoc;
        }