CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2002
    Location
    asian
    Posts
    116

    crystal report and dataset

    Hi !!!
    Is it possible to use the dataset i use in my program as a source for my crystal report?

    I have this routine in my program that fills up a dataset and i did some manipulation in it. Can i use this dataset in my report?

    I tried but all the records from the table showed up. The dataset contains only 5 records.

    How should i design the report and what is proper way of calling the report using the dataset i created?

    I dont know how to create xml schema,

    Please help!!! thanks in advance.
    Thanks!!!
    Kristine

  2. #2
    Join Date
    Aug 2003
    Posts
    102

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

Featured