Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 8th, 2004, 09:25 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default idea of report & DataSet

Dear all,
I have a report for my C#.NET Win App in VS.NET 2003!
I use MS-SQL Server 2000, DataSet & sqlDataAdapter for my form.
I fill my DataSet in a form & show in grid & ...

Now I wanna creat Report form my current info of grid.
I have 2 ways: [u]Using SP again to retrive data for report (.rpt)</u> OR [u]Use my filled DataSet as a report DataSorce</u>

I know how to use DataSet for report but I have to fill it again since I wanna show & bind it to CrystalReportViewer in diffrent Form!

Now my problem is: I dont wanna fill my DataSet again since its already filled in my form, & just need ot bind/send my Filled DataSet to child window to show!

Is there anyway for that! or I have to have a report_form per my every forms?!

I hope I was clear & wait for ur response.

Always:),
Hovik Melkomian.
__________________
Always,
Hovik Melkomian.
 
Old May 18th, 2004, 02:10 AM
Registered User
 
Join Date: May 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

1) Using TempTable and SQLREADER to load any data and visible in CrystalReportView
code in any button of form

2) Using copy DataSet and connect ReportDataSource to visible in CrystalReportView
code in any button of form

If any quation send me to email i send my c# code how i using Crystal






Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal Report & VB6 & SQL Server wlho VB How-To 2 June 5th, 2013 01:58 AM
Brilliant idea, no idea how! imaginitive-idea-guy Ajax 9 January 14th, 2007 05:32 AM
Create report using untyped dataset & CR XI ? vijaykumartaduri BOOK: Professional Crystal Reports for VS.NET 0 October 20th, 2005 10:12 AM
INSERT & SELECT FROM....? No idea Seb_soum Classic ASP Databases 3 May 14th, 2004 07:06 AM
DataSet idea melvik ADO.NET 3 May 5th, 2004 12:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.