Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Change ToggleItem Expand/Collapse Icon for one rep

Author  Topic 

ismailc
Constraint Violating Yak Guru

290 Posts

Posted - 2008-11-17 : 08:05:38
Hi,

I would like to know if it is possible to change an Toggleitem Expand/Collapse icon for one report only.

Regards

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-17 : 09:50:44
yup. you can. change the options in cell properties visibility tab.
Go to Top of Page

ismailc
Constraint Violating Yak Guru

290 Posts

Posted - 2008-11-18 : 04:29:25
Thank You for Assisting

I'm struggling though:
- On the cell where toggleitem
- Properties
- Visibility
- Initial appearance of the toggle for this report item
- Expression =iif(reportItems!textbox12 = "Expanded","c.jpg","c.jpg")

I can't get the expression working, please help!
I want to change the minus & plus icons of the toggle items
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-18 : 06:15:24
didnt understand what you meant by expression posted.
Go to Top of Page

ismailc
Constraint Violating Yak Guru

290 Posts

Posted - 2008-11-18 : 09:38:49
Am I at the correct place?

- On the cell where toggleitem
- Properties
- Visibility
- Initial appearance of the toggle for this report item

Then I insert the below expression to change the icons - which does not work

On my toggleitem textbox - the exspand icon - i want to change
so i think i have to check for expand and place my icon i want in there!

?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-18 : 11:14:56
quote:
Originally posted by ismailc

Am I at the correct place?

- On the cell where toggleitem
- Properties
- Visibility
- Initial appearance of the toggle for this report item

Then I insert the below expression to change the icons - which does not work

On my toggleitem textbox - the exspand icon - i want to change
so i think i have to check for expand and place my icon i want in there!

?


you just have to click checkbox which suggests togglebased on another item in dataset and select the items cell in dropdown.
Go to Top of Page

ismailc
Constraint Violating Yak Guru

290 Posts

Posted - 2008-11-19 : 04:55:14
Thanks, not really what i expected.

I had to select another textbox add image which is fine.

But when toggleitem - it still displays the [+] together with the image i inserted on the textbox.

I want to replace [+] to another icon?

Thanks
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-19 : 11:09:25
quote:
Originally posted by ismailc

Thanks, not really what i expected.

I had to select another textbox add image which is fine.

But when toggleitem - it still displays the [+] together with the image i inserted on the textbox.

I want to replace [+] to another icon?

Thanks


so you need to replace + icon. Not sure if this can be achieved in standard report designer.
Go to Top of Page

ismailc
Constraint Violating Yak Guru

290 Posts

Posted - 2008-11-20 : 14:02:11
Thank you my friend I was hoping that it was possible but not going to take to much time.

Thank You
Go to Top of Page
   

- Advertisement -