Page 1 of 1

Print Quick

Posted: Sat Jul 25, 2009 1:57 pm
by MiddleTommy
It seems if I try to print to the default printer with

Code: Select all

public void PrintQuick()
        {
            if (LoadReport())
            {
                report.RenderWithWpf();
                report.PrintWithWpf(false);
            }
        }
It shows the render progress but then does not print anything anywhere

Print Quick

Posted: Mon Jul 27, 2009 1:26 am
by Jan
Hello,

Problem fixed. Patch will be available in build from 27 July.

Thank you.