예제 #1
0
        public void OpenRldDocument(Type documentType, IPrintableRDLDocument document)
        {
            var rdlTab = QSReport.DocumentPrinter.GetPreviewTab(document);

            TDIMain.MainNotebook.OpenTab(documentType.Name + "_rdl", () => rdlTab);
        }
예제 #2
0
 public static QS.Dialog.Gtk.TdiTabBase GetPreviewTab(IPrintableRDLDocument document)
 {
     return(new QSReport.ReportViewDlg(document.GetReportInfo()));
 }