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

    How to use different crystal report dynamically

    Hello,

    I want to load two or more report dynamically according to data

    plz some help me for this


    Thanks

  2. #2
    Join Date
    Jul 2009
    Posts
    3

    Smile Re: How to use different crystal report dynamically

    one way:
    You build a main report with the alternatives as sub reports.
    Then depending on data you "Suppress" the undesired report.
    HTH
    Greg

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