Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
How can return printdialog result?
posted

Hi

I'm not good at english, hard to explain... sorry

Our code

var reportObj = new Report();
            reportObj.ReportSettings.HorizontalPaginationMode = HorizontalPaginationMode.Scale;
            var section = new EmbeddedVisualReportSection(gridPrintArea);
            reportObj.Sections.Add(section);
            reportObj.Print(truefalse);  

last line... report.obj.print has no return value.

We need printdialog's return value... true, false, null...

reportObj.ShowPrintDialog()  <- this code not work... no print

Is there way to return PrintDialog result?

Parents
No Data
Reply Children
No Data