PC Review


Reply
Thread Tools Rate Thread

ASP.NET crystal report

 
 
Jay Villa
Guest
Posts: n/a
 
      17th Aug 2005
I am using crystal report in asp.net.... when I try to databind I am not
able to see Report source in the bindable properties .... Any ideas ?

-Jay


 
Reply With Quote
 
 
 
 
=?Utf-8?B?RWx0b24gVw==?=
Guest
Posts: n/a
 
      17th Aug 2005
Hi Jay,

Following code snippet shows how to bind data source of CR report

Report.SetDataSource(datatable);

// Or
Report.Database.Tables(0).SetDataSource(datatable_0);
Report.Database.Tables(1).SetDataSource(datatable_1);
....

HTH

Elton Wang
(E-Mail Removed)


"Jay Villa" wrote:

> I am using crystal report in asp.net.... when I try to databind I am not
> able to see Report source in the bindable properties .... Any ideas ?
>
> -Jay
>
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to have access to the fields in the crystal report using VB.NET (outside the design of the crystal report) with SQL statements? amiga500@gmail.com Microsoft Dot NET 0 24th Oct 2007 04:38 PM
Sending Crystal Report to Network Print Mailbox While Bypassing Crystal Report Viewer. John Smith Microsoft VB .NET 0 17th Jan 2007 04:17 PM
Crystal Report Old version vs Visual Studio .net Crystal report =?Utf-8?B?S2FubmFu?= Microsoft C# .NET 1 13th Nov 2006 10:43 PM
Change Crystal Report Zoom Level using percentages in Crystal Report Viewer (Dotnet) Alex Stevens Microsoft Dot NET Framework Forms 1 30th Jun 2004 12:34 PM
Change Crystal Report Zoom Level using percentages in Crystal Report Viewer (Dotnet) Alex Stevens Microsoft Dot NET 1 30th Jun 2004 12:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:30 AM.