Print Page | Close Window

Header footer problem when export CR to Excel

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=10910
Printed Date: 17 Apr 2025 at 12:25pm


Topic: Header footer problem when export CR to Excel
Posted By: ayix
Subject: Header footer problem when export CR to Excel
Date Posted: 22 Aug 2010 at 10:28pm
I have a problem with header, footer, and page break when I export crystal report to excel using c#.Net. I try to use ExportPageHeadersAndFooters = ExportPageAreaKind.OnEachPage and ExportPageBreaksForEachPage = true. But Ican't use it, because that two method is unknown in program. I already type:
using CrystalDecisions.Shared;
using CrystalDecisions.CrystalReports.Engine;
What should I do now? I really need to use that two method.
Thank you for your attention



Print Page | Close Window