Print Page | Close Window

Viewers

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=598
Printed Date: 29 Apr 2024 at 5:33pm


Topic: Viewers
Posted By: adamlange
Subject: Viewers
Date Posted: 27 Apr 2007 at 1:32pm
I have a report (Crystal Reports 10) that connects to an Access database.  The Access database uses a pass-through query to retrieve data.  The .rpt file and the Access database will both be stored in the same directory.
 
What kind of viewer will my end-users need?  Where can I get it?
 
Thanks Smile



Replies:
Posted By: hilfy
Date Posted: 30 Apr 2007 at 3:58pm

You have two options:

1.  Write your own viewer application.  Visual Studio has a CrystalReportViewer control for both WinForms (desktop) and ASP.NET (web) applications.
 
2.  Find a viewer that is either shareware or that you can purcahse and configue it to view your report.  See http://www.kenhamady.com/bookmarks.html - http://www.kenhamady.com/bookmarks.html  for a good list of what's available.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: adamlange
Date Posted: 02 May 2007 at 12:49pm
So if I use Visual Studio to make my own Crystal viewer in Visual Basic, the end user will only need to have the .NET framework installed, right??


Posted By: hilfy
Date Posted: 02 May 2007 at 1:26pm
Yes.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics



Print Page | Close Window