|
-
Oct 10th, 2005, 02:52 AM
#1
Thread Starter
New Member
Data Report Export Problem!!
Hi,
I want to export a data report to pdf my code is:
strTemplate = "MyCompany Daily Report" & vbCrLf & DataReport1
DataReport1.ExportFormats.Add _
Key:="StandardReport", _
FormatType:=DataReport1, _
FileFormatString:="Standard Report (*.pdf)", _
FileFilter:="*.pdf", _
Template:=strTemplate
I got the error message:
runtime error 438
Object doesn't support this property or method.
---------------------------------------
Please help me!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|