chelseatech
Instructor
I have a VB.NET application that exports reports to PDF's. I'd like to keep a log of each export and the page count of each one.
I'm using this to create my report object...
crDoc = New _
CrystalDecisions.CrystalReports.Engine.ReportDocument()
crDoc.Load(FileName)
crDoc.ExportToDisk _
(ExportFormatType.PortableDocFormat, sFileLocation)
I can't find a PageCount property of the ReportDocument object. Can anyone point me in the right direction?
Thanks
Editor and Publisher of Crystal Clear
I'm using this to create my report object...
crDoc = New _
CrystalDecisions.CrystalReports.Engine.ReportDocument()
crDoc.Load(FileName)
crDoc.ExportToDisk _
(ExportFormatType.PortableDocFormat, sFileLocation)
I can't find a PageCount property of the ReportDocument object. Can anyone point me in the right direction?
Thanks
Editor and Publisher of Crystal Clear