Print Quick

Stimulsoft Reports.WPF discussion
Post Reply
MiddleTommy
Posts: 36
Joined: Tue Jan 13, 2009 12:43 pm

Print Quick

Post 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
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Print Quick

Post by Jan »

Hello,

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

Thank you.
Post Reply