CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2008
    Posts
    1

    Crystal Report Daynamic Columns

    I have the following table, this table can have more records

    FeeHead_Code FeeHead_Code
    ______________________________
    01 Admission Fee
    02 Tution Fee
    03 Fine

    And I have to show These records on Crystal report like

    Amission Fee Tution Fee Fine
    ____________________________
    1000 5000 500

    Remember These column are not fixed.
    _____________________________________________________________________________________
    Another Issue is that I have to show two table’s data on my crystal report which are not in data base I have created them my self using
    Datatable, Data Row and DataColumn
    And I too added these table in DataSet.
    Now Kindly tell me how I can show both the table on Crystal Report.
    Remember that no. of column can vary.

  2. #2
    Join Date
    Jul 2004
    Location
    Chennai, India
    Posts
    1,064

    Re: Crystal Report Daynamic Columns

    Search for Cross tab reports
    Madhivanan

    Failing to plan is Planning to fail

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