Results 1 to 3 of 3

Thread: [RESOLVED] Pass params to MS Report from VB.NET, how to add condition to Query based on a Param?

Threaded View

  1. #1

    Thread Starter
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Resolved [RESOLVED] Pass params to MS Report from VB.NET, how to add condition to Query based on a Param?

    I did this to pass a param to a Report, the report is inside a ReportViewer and it's created using a Dataset, this Dataset connects to a MSACCESS 2007 db using a view (query) in Access.

    The link shows how to send params to a Report, but i need to do something else inside the report to make it only select rows where <SomeFieldName> = <@myParamName>. The idea is simply giving the user the ability to set some conditions before running the report, how can i do this using MS Report 2010?
    Last edited by jcis; Jul 5th, 2012 at 10:05 AM.

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