Page as Group Header
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Page as Group Header
Hello.
In my report there are several companies. Is it possible when change the company, print a page as a Group Header?
Ex: Company A (would be page 1)
Texts (would be page 2)
Company B (would be page 1)
Texts (would be page 2)
Thank you.
In my report there are several companies. Is it possible when change the company, print a page as a Group Header?
Ex: Company A (would be page 1)
Texts (would be page 2)
Company B (would be page 1)
Texts (would be page 2)
Thank you.
Re: Page as Group Header
Hello,
Please try to use the NewPageBefore or NewPageAfter properties for this task.
Thank you.
Please try to use the NewPageBefore or NewPageAfter properties for this task.
Thank you.
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Page as Group Header
Hello.
I found the property.
Is it possible to make text print in the center of the page without increasing the band?
Thank you.
I found the property.
Is it possible to make text print in the center of the page without increasing the band?
Thank you.
Re: Page as Group Header
Hello, Leandro.
If the text should be static, you could place it in center without any band.
Thank you.
If the text should be static, you could place it in center without any band.
Thank you.
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Page as Group Header
Hello.
Ok, but how do I set the NewPageBefore property without band?
Thank you.
Ok, but how do I set the NewPageBefore property without band?
Thank you.
Re: Page as Group Header
Hello, Leandro.
If the text component is on the other template, it will always be on a new page.
Or you could use the Engine.NewPage(); method.
Maybe we missed something.
Could you describe your whole scenario?
Thank you.
If the text component is on the other template, it will always be on a new page.
Or you could use the Engine.NewPage(); method.
Maybe we missed something.
Could you describe your whole scenario?
Thank you.
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Page as Group Header
Hello.
Is it possible to increase the height of a text component using BeforePrint?
Thank you.
Is it possible to increase the height of a text component using BeforePrint?
Thank you.
Re: Page as Group Header
Hello.
Yes, you could change the Height property of the component.
Thank you.
Yes, you could change the Height property of the component.
Thank you.
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Page as Group Header
Hello.
As? Could you give me an example?
Thank you.
As? Could you give me an example?
Thank you.