Reporting services: how to set True for Radio Button using Expression?

Last post 11-06-2009 5:59 AM by vishwanatha. 2 replies.

Sort Posts:

  • Reporting services: how to set True for Radio Button using Expression?

    10-16-2009, 1:30 AM
    • Member
      21 point Member
    • vishwanatha
    • Member since 10-30-2006, 5:24 AM
    • Posts 126

     Hi,

         I have two sets of Radio button. I would like to set True for one group of Radio button when another group of radio button is selected as True. Please suggest me.

    Thanks and Regards,

    Vishwa

  • Re: Reporting services: how to set True for Radio Button using Expression?

    10-19-2009, 2:25 AM
    Answer

    Hi,

    Please following these steps.

    1. Create two report parameters: T1 and T2. The type of them is boolean.

    2. Set the defalut value of T2: =Parameters!T1.Value 

    Then when you run the report for the first time, T2's value will be generated according to T1.

    It looks like this.

     

     

    Please feel free to let me know if I’ve misunderstood anything.

    Sincerely,
    Zong-Qing Li
    Microsoft Online Community Support
    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.
  • Re: Reporting services: how to set True for Radio Button using Expression?

    11-06-2009, 5:59 AM
    • Member
      21 point Member
    • vishwanatha
    • Member since 10-30-2006, 5:24 AM
    • Posts 126

    Hi,

          Still i have one problem in this. T2's value will be changed only for the first time, suppose if i click True in

    T1's parameter then  T2's parameter will be set as True but after that when i set T1's as False this time my T2 will

    remain as True only.

    Please let me know how to set True or False for T2 based on the selection of True or false for T1. Some thing like

    OnChange event in ASP.net.

    Thanks,

    Vishwanath

Page 1 of 1 (3 items)