Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: InfoView & DB Change... Post Reply Post New Topic
Author Message
padreport
Newbie
Newbie


Joined: 20 Mar 2007
Location: India
Online Status: Offline
Posts: 38
Quote padreport Replybullet Topic: InfoView & DB Change...
    Posted: 12 Apr 2007 at 9:02pm
Hi
 
   In CR XI Server infoview contains DHTML Viewer, Advanced DHTML Viewer and etc. Like that some more details avail in Infoview. How to access infoview or how to use infoview from aspx page (c#).
 
Also... what is the difference between Crystal Report Viewer. DHTML Viewer & Advanced DHTML Viewer.
 
I'm getting only  Crystal Report Viewer in VS 2005. How to use other viewers. Which is the best method or way.
 
I would like to know more details about it with example
 
Thanks in advance....
 
Note: If .rpt created thru OLEDB (USING SQL SERVER DB), published in the CR XI server. In CMC i would like to change the Database from SQL Server to Oracle but its not changed. But in ODBC its working. Whats the problem? Need more info....
 
Which is the best way to use it...?
 
 
PAD
IP IP Logged
BrianBischof
Admin Group
Admin Group
Avatar

Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Quote BrianBischof Replybullet Posted: 12 Apr 2007 at 9:10pm
I'm not a CR Server guy. Maybe someone else can pitch in?
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Quote hilfy Replybullet Posted: 13 Apr 2007 at 9:53am
I'm not sure how to access the DHTML and Advanced DHTML viewers from code.  The main differences that you need to be concerned with are where the processing to render the report occur.
 
Crystal Report Viewer: A component that comes with Visual Studio.  This is used for displaying reports from an ASP.NET or WinForms program.  It is not a separate installation on the user's workstation.  Report rendering occurs inside the component.
 
ActiveX Viewer:  Available in InfoView.  An ActiveX component that will be installed on the user's computer the first time it's accessed.  Report rendering occurs on the user's workstation inside the component.
 
DHTML Viewer:  Available in InfoView.  Report rendering occurs on the web server.  This has all of the functionality of the ActiveX viewer and is great for users who aren't allowed to install components on their workstations.  However, it will take longer for the report to appear than with the other viewers.
 
 
Advanced DHTML Viewer:  Like the DHTML viewer but with added search capabilities based on the specific fields that are in the report.
 
-Dell
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.