コード例 #1
0
ファイル: RdlPreviewOpener.cs プロジェクト: Art8m/Vodovozfork
        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()));
 }