Print Page | Close Window

Crystal report export to excel, page header issue

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Tips and Tricks
Forum Discription: Have you learned some great tricks to share with the group? Post them here!
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=10282
Printed Date: 24 Apr 2024 at 6:47pm


Topic: Crystal report export to excel, page header issue
Posted By: MFiaz
Subject: Crystal report export to excel, page header issue
Date Posted: 17 Jun 2010 at 1:40am

I have a Crystal report it has dynmic information on page header when I export to excel,

only first page header shows in excel. I am using asp.net visual studio 2008 sp1.

if I export it to others format like pdf, word etc... its working fine

lets assume

page header contanis

department name  = 'Operations'
date  = 16-06-2010

employee name   code
xyz                        1
eee                        2
cxy                         3

here cxy is related to department 'accounts'

if we see this data in pdf or word

it will show correctly

department name  = 'Operations'
date  = 16-06-2010

employee name   code
xyz                        1
eee                        2


department name  = 'Accounts'
date  = 16-06-2010

employee name   code
cxy                         3




Print Page | Close Window