Print Page | Close Window

problem with initialize a report object

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Writing Code
Forum Discription: .NET programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1724
Printed Date: 22 May 2024 at 12:34am


Topic: problem with initialize a report object
Posted By: zhiyuan
Subject: problem with initialize a report object
Date Posted: 20 Nov 2007 at 10:21am
Hi,
I am working on a c# windows application and in my code I will load a already existing report which is developed in a stand alone version of crystal report XI, it uses COMMAND as datasource, as I load the report using load method, I found "COMMAND" is actually in the "Database.Tables" object, when I go through every table in the Tables object, I don't know what I should do with this COMMAND, for other tables, I just pass them the logon information and set the location property for each table.  Do anyone have experience with COMMAND in your C# application?  Could anyone tell me or just send me a piece of code telling me what I need to do to the COMMAND?
 
Thanks,
 
Scott



Print Page | Close Window