Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics 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 September 28th, 2004, 03:49 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
Default Generating reports from web pages


Hi all,
  I have a simple datagrid containing maybe around 20 or 30
  records. I want to add a button on my web page that will cause
  these records to be printed off - each one on a separate page.
  (ie basically generate a detail report from the datagrid).

   I have VS Pro which has Crystal reports. Can I send off a
   dataset to the Crystal report which will then produce the report?
   Or output HTML pages of a report that can then be printed.

   Any design/architecture pointers welcome.
   Any suggested book titles?

Cheers.
Chas.



 
Old September 28th, 2004, 04:11 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default

Place a crystal report control on your form. assign the report source and set the datasource as the dataset which populated your grid. Design your report and you can get the output.

Another suggestion is to use repeater to present the data in the page

Regards
Ganesh





Similar Threads
Thread Thread Starter Forum Replies Last Post
Generating reports osemollie VB How-To 3 July 19th, 2006 05:14 PM
generating reports using DTS packages brahma_ramesh SQL Server DTS 2 January 19th, 2006 05:50 AM
Generating aspx pages with xml and xslt glaseur XSLT 4 December 3rd, 2003 05:27 AM
Generating Excel Reports athanatos ASP.NET 1.0 and 1.1 Basics 1 August 19th, 2003 01:53 PM





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