Print Quick
Posted: Sat Jul 25, 2009 1:57 pm
It seems if I try to print to the default printer with
It shows the render progress but then does not print anything anywhere
Code: Select all
public void PrintQuick()
{
if (LoadReport())
{
report.RenderWithWpf();
report.PrintWithWpf(false);
}
}