public void OpenRldDocument(Type documentType, IPrintableRDLDocument document) { var rdlTab = QSReport.DocumentPrinter.GetPreviewTab(document); TDIMain.MainNotebook.OpenTab(documentType.Name + "_rdl", () => rdlTab); }
public static QS.Dialog.Gtk.TdiTabBase GetPreviewTab(IPrintableRDLDocument document) { return(new QSReport.ReportViewDlg(document.GetReportInfo())); }