Search found 14 matches

by DavidTG
Mon Dec 16, 2019 2:39 pm
Forum: Stimulsoft Reports.NET
Topic: Panel doesn't shrink when is no information
Replies: 1
Views: 1030

Panel doesn't shrink when is no information

I have a panel with several data bands. That panel is docked top and can shrink set to true. Below it, I have another panel with some text. This panel is also docket top. I need 2 things: 1) If the databands are empty, I need the upper panel to shrink and let the down panel to move up, as it's also ...
by DavidTG
Tue Dec 10, 2019 11:32 am
Forum: Stimulsoft Reports.WEB
Topic: Labels move up if other Label is disable
Replies: 5
Views: 1681

Re: Labels move up if other Label is disable

Ok, I did that, but when I set Dock Style to TOP labels reorder and are not placed where I did. What else do I need to change?
by DavidTG
Sun Dec 08, 2019 10:29 pm
Forum: Stimulsoft Reports.WEB
Topic: Labels move up if other Label is disable
Replies: 5
Views: 1681

Re: Labels move up if other Label is disable

Lech Kulikowski wrote: Sun Dec 08, 2019 9:39 pm Hello,

Yes, it is possible. You can use Dock=Top and CanShrink property.

Thank you.
If I use DOCK TOP components get full width. I don't need them to be full width, but their custom width.
by DavidTG
Thu Dec 05, 2019 10:44 am
Forum: Stimulsoft Reports.NET
Topic: Make Labels move up if other Label is disable
Replies: 1
Views: 907

Make Labels move up if other Label is disable

I have a report with labels in rows, one after another. If some conditions are met, a Label can be disabled, so it's not shown. But the Label below it it doesn't move up and take it's place. Only a blank gap appears where the Label show be. I want the labels below the one that's disable move up and ...
by DavidTG
Tue Dec 03, 2019 11:00 am
Forum: Stimulsoft Reports.WEB
Topic: Labels move up if other Label is disable
Replies: 5
Views: 1681

Labels move up if other Label is disable

I have a report with labels in rows, one after another. If some conditions are met, a Label can be disabled, so it's not shown. But the Label below it it doesn't move up and take it's place. Only a blank gap appears where the Label show be. I want the labels below the one that's disable move up and ...
by DavidTG
Wed Nov 06, 2019 3:09 pm
Forum: Stimulsoft Reports.NET
Topic: Databand doesn't expand to full page on page 2
Replies: 3
Views: 1355

Re: Databand doesn't expand to full page on page 2

But I need the databand to be in the bottom in the first page...
by DavidTG
Wed Oct 30, 2019 1:22 pm
Forum: Stimulsoft Reports.NET
Topic: Databand doesn't expand to full page on page 2
Replies: 3
Views: 1355

Databand doesn't expand to full page on page 2

I have a report with some fields, and after the fields, a data band. Like this: https://i.imgur.com/WzkUv6r.png I want that if the databand has more rows that can be shown on that space, it continues on the next page. It does, but it doesn't fill the second page, it shows in the same place as the fi...
by DavidTG
Mon Oct 28, 2019 12:04 pm
Forum: Stimulsoft Reports.NET
Topic: Databand in multiple pages
Replies: 3
Views: 1234

Re: Databand in multiple pages

Hello, Lech! How should I send that information? There's no PM system, isn't it?
by DavidTG
Fri Oct 25, 2019 6:12 pm
Forum: Stimulsoft Reports.NET
Topic: Databand in multiple pages
Replies: 3
Views: 1234

Databand in multiple pages

I have a report consisting in and array to show it in a databand. The total information needs 2 pages to be displayed. I set the CanGrow and CanBreak properties from DataBand to true, but I just see the first page.
In the preview, I can see 2 pages.
by DavidTG
Fri Oct 25, 2019 5:41 pm
Forum: Stimulsoft Reports.NET
Topic: Show array in different aspect than Data Band
Replies: 4
Views: 1315

Re: Show array in different aspect than Data Band

Well just moving the items inside the databand panel and adding new text did the trick.