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

    [RESOLVED] Report Navigation in Webform

    Hi,
    I have a number of Reports in CR of VS2005 and asp.net 2.0(vb.net). I populate the report using a dataset and load the required report in a CrystalReportViewer. (sample code attached). The db is sql server 2005. some of the reports have parameters. The reports are typically loaded on the form's Load event or when there are parameters, in the event of a DropDownList's SelectedIndexChanged event.
    All the reports load correctly. But I have the following issues:-
    Firstly, when I try to navigate using the report navigation buttons in the toolbar, the page is postedback, but the new page of the report is not shown.
    Secondly, when I try to print the report, it always prints in PDF printer and not in the default printer of the client machine......

    Can anyone help me to resolve these issues?
    Attached Files Attached Files

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

    Re: [RESOLVED] Report Navigation in Webform

    Post the solution so that other members can learn
    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