i need to ask about feature that is exit in the crystal reports
in crystal reports if the last record fields doesn't completed in the page
the record transferred to the next page so all the record field will be in one page
is there is any property in the telerik reporting that can do that
3 Answers, 1 is accepted
0
Milen | Product Manager @DX
Telerik team
answered on 13 Aug 2008, 01:51 PM
Hello heba,
In Telerik Reporting you can keep together the items on any report section (this excludes only the page header/footer sections) by setting the KeepTogetherproperty on the section to true. It as actually true by default.
So basically you do not need to do anything to keep all items in the detail section together. Each detail section will render its items on one page, unless it does not fit on one page (if the section grows so that it is higher than a page).
Write us if you have further questions.
Kind regards,
Milen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
i just need to know if it is possible to keep things together from different sections like the group section and the details section
0
Milen | Product Manager @DX
Telerik team
answered on 14 Aug 2008, 02:55 PM
Hello heba,
Yes, you can do that too. To force a group to be displayed on one page if possible, you can use the GroupKeepTogetherproperty on the Group component. And to keep a section together, you use the property described in the previous post.
I hope this information is helpful.
Best wishes,
Milen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.