hide / show itens
-
- Posts: 7
- Joined: Fri Jun 14, 2013 11:33 am
hide / show itens
Good morning!
I need hide / show some items in a report according to which comes in a DataSet.
For a example:
If DataSet contains: (TBVIASCONTRATO.MOSTRAR_VIA2 == "N"), i need hide the page 2 in the report.
It's possible? If yes, how?
I try to use a event EndRender in Report : Report as follows:
StiPage renderedPage = this.RenderedPages[2];
if (TBVIASCONTRATO.MOSTRAR_VIA2 == "N")
renderedPage.Enabled = false;
It's wrong, right?
Awaiting.
Thanks a lot.
I need hide / show some items in a report according to which comes in a DataSet.
For a example:
If DataSet contains: (TBVIASCONTRATO.MOSTRAR_VIA2 == "N"), i need hide the page 2 in the report.
It's possible? If yes, how?
I try to use a event EndRender in Report : Report as follows:
StiPage renderedPage = this.RenderedPages[2];
if (TBVIASCONTRATO.MOSTRAR_VIA2 == "N")
renderedPage.Enabled = false;
It's wrong, right?
Awaiting.
Thanks a lot.
-
- Posts: 7
- Joined: Fri Jun 14, 2013 11:33 am
Re: hide / show itens
Problem solved.
Thanks a lot!
[]s
Thanks a lot!
[]s
-
- Posts: 7
- Joined: Fri Jun 14, 2013 11:33 am
Re: hide / show itens
How to hide the white part which is in place of the item, when invisible?
Re: hide / show itens
Hello.
Could you describe your issue more detailed with examples.
Thank you.
Could you describe your issue more detailed with examples.
Thank you.
-
- Posts: 7
- Joined: Fri Jun 14, 2013 11:33 am
Re: hide / show itens
Of Course!
the idea is, rise up the components that are below the item that was hidden.
For a example:
Before:
a-) text will be hidden
b-) fixed text
c-) fixed text
After hide clause a-) :
b-) fixed text
c-) fixed text
What i need after hide clause a-) :
b-) fixed text
c-) fixed text
I was clear in the example?
Awaiting.
Thanks a lot!
the idea is, rise up the components that are below the item that was hidden.
For a example:
Before:
a-) text will be hidden
b-) fixed text
c-) fixed text
After hide clause a-) :
b-) fixed text
c-) fixed text
What i need after hide clause a-) :
b-) fixed text
c-) fixed text
I was clear in the example?
Awaiting.
Thanks a lot!
-
- Posts: 7
- Joined: Fri Jun 14, 2013 11:33 am
Re: hide / show itens
Hello Aleksey.
The problem was solved.
Your help was very important, congratulations for the great service.
Thanks a lot!
The problem was solved.
Your help was very important, congratulations for the great service.
Thanks a lot!
Re: hide / show itens
Hello,
Thank you very much for the good words.
Have a good day!
Thank you very much for the good words.
Have a good day!