C# dll previewing crystal report -



C# dll previewing crystal report -

i'm trying generate form containing crystal study viewer dll got error "only assignment, call, increment, decrement, , new object expressions can used statement" when seek compile dll.

any solution solve problem? many thanks.

reportdocument tempcover = new crystaldecisions.crystalreports.engine.reportdocument(); tempcover.load(exepath+"\\imagestatementcoverpage.rpt"); crystalreportviewer tempviewer = new crystalreportviewer(); tempviewer.reportsource = tempcover; tempviewer.show;

show function:

try tempviewer.show();

c# dll crystal-reports

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -