4 Answers, 1 is accepted
0
Hi Jason,
There is no "Report" section, the available sections in Telerik Report are listed in Understanding Report Sections help article. Thus if you want to show border around a report you should consider which sections you use and apply borders to them respectively.
We've tested this on our end and the borders show correctly in both HTML and PDF, so we would appreciate if you provide more information on BorderStyle and BorderWidth and anything else that might be relevant. Usually a sample project that shows the behavior you describe is the fastest way to resolve an issue.
All the best,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
There is no "Report" section, the available sections in Telerik Report are listed in Understanding Report Sections help article. Thus if you want to show border around a report you should consider which sections you use and apply borders to them respectively.
We've tested this on our end and the borders show correctly in both HTML and PDF, so we would appreciate if you provide more information on BorderStyle and BorderWidth and anything else that might be relevant. Usually a sample project that shows the behavior you describe is the fastest way to resolve an issue.
All the best,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

Jason
Top achievements
Rank 1
answered on 06 Nov 2009, 12:08 AM
I got the borders to work using each section. I just had to programatically adjust the detail section to fit the page which prevented the huge gap between the last detail item and report footer. Thanks.
0

harlowhair
Top achievements
Rank 1
answered on 27 Jan 2011, 11:57 AM
Hi,
I realise this is an old thread, but do you have any example of how you made the detail fit the page? I am also looking to create a border around each page.
Thanks
I realise this is an old thread, but do you have any example of how you made the detail fit the page? I am also looking to create a border around each page.
Thanks
0

Jack
Top achievements
Rank 1
answered on 11 Aug 2015, 02:52 PM
Hey guys,
Super old thread. But it led me to find a solution. In your page settings you need to set the BorderStyle and BorderColor Attributes. These are not available in the designer. I had to set them like this:
<
PageSettings
>
<
BorderStyle
Default
=
"Solid"
/>
<
BorderColor
Bottom
=
"Black"
/>
</
PageSettings
>