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

    printing status for each record in Crystal Report.

    Dear friend,

    As you know, in .NET, we can pass dataset as the datasource for Crystal Report.

    For example, we pass 10 rows for printing to crystal report.

    how to get the printing status for each row,
    for example, row 1-5 already printed, meanwhile row 6-10 are not printed yet due to out of

    paper ??

    Thank you,

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

    Re: printing status for each record in Crystal Report.

    I am not sure if it can be done within CR
    anyway search here
    http://support.businessobjects.com
    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