How to manage two row in databand
How to manage two row in databand
Hello,
we would like to "hide" the second row when the field value is 0 or blank. In Stimulsoft Report .NET version 2009, we did it, only positioning the fields under the DataBand and for each fields set Condition where field are zero or blank then the field is not enabled. You can see, in Image1 attached, that the field under DataBand are, in Report Tree element of the DataBand.
In my new report (designed with Stimulsoft Report .NET version 2014 Trial) this behavior doesn't happen (see Image2 attached).
Any suggestion?
Thank you very much,
Luca
we would like to "hide" the second row when the field value is 0 or blank. In Stimulsoft Report .NET version 2009, we did it, only positioning the fields under the DataBand and for each fields set Condition where field are zero or blank then the field is not enabled. You can see, in Image1 attached, that the field under DataBand are, in Report Tree element of the DataBand.
In my new report (designed with Stimulsoft Report .NET version 2014 Trial) this behavior doesn't happen (see Image2 attached).
Any suggestion?
Thank you very much,
Luca
- Attachments
-
- Image2.PNG (133.19 KiB) Viewed 4061 times
-
- Image1.PNG (120.61 KiB) Viewed 4061 times
Re: How to manage two row in databand
Hello.
Did you set the Can Grow property of the data band to false?
If yes, we need to see a sample report template with data which reproduces the issue.
Thank you.
Did you set the Can Grow property of the data band to false?
If yes, we need to see a sample report template with data which reproduces the issue.
Thank you.
Re: How to manage two row in databand
In both examples we did not set Can Grow property to false. It is set to default value: true.
Thanks,
Luca
Thanks,
Luca
Re: How to manage two row in databand
Hello, Luca.
We need to see a sample report template with data which reproduces the issue.
Please, send it to us.
Thank you.
We need to see a sample report template with data which reproduces the issue.
Please, send it to us.
Thank you.
Re: How to manage two row in databand
Hello,
in attachment you can find the example with data (I used an SQL Connection with fixed data).
In the page named pgDettaglioStrumentiFinanziari_2 you can see the problem with text box no associated to the Databand.
Thank you very much,
Luca
in attachment you can find the example with data (I used an SQL Connection with fixed data).
In the page named pgDettaglioStrumentiFinanziari_2 you can see the problem with text box no associated to the Databand.
Thank you very much,
Luca
- Attachments
-
- DataBand_Test.mrt
- (196.03 KiB) Downloaded 240 times
Re: How to manage two row in databand
Hello, Luca.
Sorry, maybe we don't understand your problem.
Could you describe it more detailed?
Thank you.
Sorry, maybe we don't understand your problem.
Could you describe it more detailed?
Thank you.
Re: How to manage two row in databand
Hello,
with the last prerelease builds, the problem seems fixed.
Thank you for your availability,
Luca
with the last prerelease builds, the problem seems fixed.
Thank you for your availability,
Luca
Re: How to manage two row in databand
Dear Luca,
Thank you for this information. If you meet this issue again, please let us know.
Thank you for this information. If you meet this issue again, please let us know.
Re: How to manage two row in databand
Hi all,
I have a DataBand with fields from a single Data Source placed in 4 rows (see example).
We need to display only one row for each Data Source record (depending on the value of some fields of Data Source), the other 3 rows must be suppressed (i.e. we do not want blank lines, lines must disappear).
In the example for the record that contains FTEMP GL BOND I USD we obtained disappearance of line 3 and 4 but as you can see line 1 don't disappear.
Many thanks
Monica
I have a DataBand with fields from a single Data Source placed in 4 rows (see example).
We need to display only one row for each Data Source record (depending on the value of some fields of Data Source), the other 3 rows must be suppressed (i.e. we do not want blank lines, lines must disappear).
In the example for the record that contains FTEMP GL BOND I USD we obtained disappearance of line 3 and 4 but as you can see line 1 don't disappear.
Many thanks
Monica
- Attachments
-
- DataBand_EmptyRow.JPG (66.5 KiB) Viewed 3858 times
Re: How to manage two row in databand
Hello.
If you disable text component by Conditions Can Shrink property doesn't work.
Please, try to add Panels like on the attached report template.
We set the Shift mode property of the Text2 component to Increasing Size, Decreasing Size.
Thank you.
If you disable text component by Conditions Can Shrink property doesn't work.
Please, try to add Panels like on the attached report template.
We set the Shift mode property of the Text2 component to Increasing Size, Decreasing Size.
Thank you.
- Attachments
-
- Report.mrt
- (5.26 KiB) Downloaded 212 times