ChartBlocks / php-ssrs

PHP library for connecting to SSRS over SOAP
MIT License
25 stars 22 forks source link

Toggle Item #12

Closed afvalzak closed 9 years ago

afvalzak commented 9 years ago

Can you explain how I can use the toggleItem method?

I can execute it just fine:

$ssrs->printr($ssrs -> toggleItem("24iT0R0x0"));

returns:

stdClass Object
(
    [Found] => 1
)

but nothing happens.

edit: Ok, rerendering after the toggle helps a lot. I should really post to this github everytime I have some sort of a problem because it seems to be fixed right after ;) .

rb-cohen commented 9 years ago

Glad to hear you managed to sort it! :)