Results 1 to 3 of 3

Thread: Print DataSet Report

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Malaysia
    Posts
    124

    Print DataSet Report

    hi, I'm just wonder if crystal report can load dataset's data OR only load the table's data?

    what i mean is i use a sql statement filter out the data from a large volumn data table, I want my report print out this particular dataset's data. Not the whole table's data.

    Can somebody tell me is it possible?
    thank you

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Yes it can do that. You have to build the report from the schema of the dataset and then pass in the dataset at runtime.

    This may help:
    http://www.devcity.net/forums/faq.as...rystal+Reports

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Malaysia
    Posts
    124

    Thank You

    Hi, Thanks a lot, I got it. But i found another way to do this. I did it by adding one "Command" and type in sql statement. It works too.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width