473,406 Members | 2,894 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

ExportOptions in ReportDocument for Crystal Decisions is Missing

I am trying to access the ExportOptions in my Form. I have created an object
report
1. CrystalDecisions.CrystalReports.Engine.ReportDocum ent report
When I try to access the member function ExportOptions it is not available.
I only see the Export, ExportToDisk, ExportToStream and ExportToHttpResponse.
I looked in the Browser and did not see the ExportOptions. What I am trying
to do is:

report.ExportOptions.ExportFormat =
CrystalDecisions.Shared.ExportFormatOptions.Excel; // ??This is the line that
does not work - ExportOptions is not available ??
CrystalDecisions.Shared.ExcelFormatOptions options = new
CrystalDecisions.Shared.ExcelFormatOptions();
options.ExcelUseConstantColumnWidth = useConstantColumnWidth;
options.ExcelConstantColumnWidth = columnWidth;
options.ExcelTabHasColumnHeadings = useColumnHeadings;
report.ExportOptions.FormatOptions = options;

Is it possible that something on my machine is out of date?

Jul 21 '05 #1
0 1459

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Teresa B | last post by:
I am going through your Brian Bischof's walkthrough in Chapter 1 of his book Crystal Reports .Net Programming and have come up to a problem. When I load the ReportDocument onto the form I get no...
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
0
by: Kapil Shah via DotNetMonster.com | last post by:
Hello everybody, I am trying to create a web application to generate Crystal Report with Parameters. However I noticed that ReportDocument.Load is used twice when the parameter page is loaded for...
2
by: fig000 | last post by:
Hi everyone, I recently wrote a vb.net app which includes some crystal reports. The user has very little money in their budget and have been without a working application for quite a while. This...
0
by: George G. | last post by:
I am trying to access the ExportOptions in my Form. I have created an object report 1. CrystalDecisions.CrystalReports.Engine.ReportDocument report When I try to access the member function...
3
by: ian_jacobsen | last post by:
First let me start by saying that this problem is not consistently reproducible. I have a windows service that creates reports for a group of entities. This service can process multiple groups at...
0
by: drolaw | last post by:
Hello, I am attempting to use the CrystalDecisions.CrystalReports.Engine.ReportDocument object to open a Crystal Enterprise InfoObject object as a crystal report. I have retrieved the InfoObject,...
0
by: TMesh | last post by:
Hello Is it possible to return a Crystal ReportDocument from a WebService? I keep getting the following error: Exception: System.Web.Services.Protocols.SoapException: Server was unable to...
3
by: Jason Huang | last post by:
Hi, In our .Net 2003 + CrystalReports 10, do we have an Exception Handler for ReportDocument.Load? Thanks for help. Jason
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.