This is a migrated thread and some comments may be shown as answers.

Report Page Border

4 Answers 387 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 04 Nov 2009, 08:15 PM
Is it possible to add a border around each page of a report. I tried placing a border around the Report section which shows up in the viewer, but when exported to pdf or printed it does not display?

4 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 05 Nov 2009, 10:01 AM
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.
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
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>

Tags
General Discussions
Asked by
Jason
Top achievements
Rank 1
Answers by
Steve
Telerik team
Jason
Top achievements
Rank 1
harlowhair
Top achievements
Rank 1
Jack
Top achievements
Rank 1
Share this question
or