boutique replica bags up ideas

the best replique rolex and prices here.

julia highlight 99j hair color 10a quality straight human hair lace front wigs 8 - 24 inches pre plucked hairline 13x4 inches lace front brazilian wig onlinefor sale

How to clear a report from Crystal Report Viewer in C# WPF ?

Updated on     Kisan Patel

Problem:

How do clear a report from Crystal Report Viewer in C# WPF ?
The WPF viewer does not have any exposed APIs that would clear the viewer.

Answer:

First create a blank.rpt report with nothing in it, no database connection.

Now use the following code:

ReportDocument report = new ReportDocument();
report.Load("../../Reports/blank.rpt");
crystalReportsViewer.ViewerCore.ReportSource = report;

SAP Crystal Report WPF

Leave a Reply