Team System Developer Center > Visual Studio Team System Forums > Team Foundation Server - Reporting & Warehouse > How To Change Default Filter Options in the TFS Report Viewer Control
Ask a questionAsk a question
 

AnswerHow To Change Default Filter Options in the TFS Report Viewer Control

  • Thursday, October 29, 2009 5:32 AMSyam Arappatt Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Currently if we deploy reports in Report Server, We can see it with the default report viewer. But in that report viewer default filter conditions are there like Area, Iteration, Priority etc.
    But I don't want to apply those filters in my report . is it possoble?

Answers

  • Friday, October 30, 2009 4:06 AMRuiz YiModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi Syam,

    Yes, it is possibel.

    1 Open the report file (.rdl) with Visual Studio BI Edition(2005/2008, depend on the version of SqlServer) .
     If the report is included in Procee Template, you can download them with Process Template Manager

    2 Edit the Parameter Property in Report Data Window,
       In the general tab, select Hidden.

    3 Open http://<Server>/Reports/Pages/Folder.aspx?ItemPath=%2f<Project>, upload the report file.

    4 Some time, you need to edit the datasource in Property->DataSource  of the report


    Best Regards,
    Ruiz
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Sincerely, Ruiz Yi

All Replies

  • Friday, October 30, 2009 4:06 AMRuiz YiModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi Syam,

    Yes, it is possibel.

    1 Open the report file (.rdl) with Visual Studio BI Edition(2005/2008, depend on the version of SqlServer) .
     If the report is included in Procee Template, you can download them with Process Template Manager

    2 Edit the Parameter Property in Report Data Window,
       In the general tab, select Hidden.

    3 Open http://<Server>/Reports/Pages/Folder.aspx?ItemPath=%2f<Project>, upload the report file.

    4 Some time, you need to edit the datasource in Property->DataSource  of the report


    Best Regards,
    Ruiz
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Sincerely, Ruiz Yi
  • Friday, October 30, 2009 11:03 AMSyam Arappatt Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    thanks