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

Gridlines in Excel export

1 Answer 366 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Kalli Kaldi
Top achievements
Rank 1
Kalli Kaldi asked on 04 Dec 2019, 12:01 PM

Hi.

I'm using the standalone designer to design my report.  When I export to Excel, the gridlines are not visible (see attachec file, Gridlines.PNG).  How can I make them visible during export ?

Best regards,
Kalli Kaldi

 

1 Answer, 1 is accepted

Sort by
0
Ivan Hristov
Telerik team
answered on 09 Dec 2019, 08:08 AM

Hello Kalli,

The visibility of the grid lines in Excel is set to false by default, but can be changed through the device information settings. The name of the key is ShowGridlines. To make the grid lines visible during export from Standalone Report Designer, the following section needs to be added to its configuration file:

	<Telerik.Reporting>
		<extensions>
			<render>
				<extension name="XLSX">
					<parameters>
						<parameter name="ShowGridlines" value="true"/>
					</parameters>
				</extension>
			</render>
		</extensions>
	</Telerik.Reporting>

The reports produced with Standalone Report Designer will be probably rendered in an application. If you need to have the grid lines visible when exporting from this application to Excel, the same section needs to be added to the application configuration file as well.

Regards,
Ivan Hristov
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Report Designer (standalone)
Asked by
Kalli Kaldi
Top achievements
Rank 1
Answers by
Ivan Hristov
Telerik team
Share this question
or