Can anyone help me with an answer to this question?
Where is the image located, after you've placed it on the
report?

Answers were Sorted based on User's Feedback



Can anyone help me with an answer to this question? Where is the image located, after you've p..

Answer / varun

1.actually it depends on the type of ole implementation u r
doing i.e. static , embedded or linked. (refer 3)
2. An OLE object is, a presentation of data that was
created in another application and that maintains a
relationship with the application that was used to create
it. A bitmap created in Paint, an Excel
spreadsheet, or a graph from MS Graph may all be OLE
objects if they are inserted in the receiving document as
OLE objects. If they are not inserted as OLE objects, they
retain no relationship with the original application.

3.
Static object
A static OLE object is a picture of an object that can be
displayed and
printed, but not edited in place. It does not have a
connection to a server
application. There are two kinds of static objects: static
bitmaps and static
metafiles.
• Embedded object
An embedded object contains a representation of the object,
as well as
information that defines the content. It does not have a
connection to the
original object in the server document. As a general rule,
use embedded
objects when you need to edit the object independently of
the original
server document.
• Linked object
A linked object contains a representation of the data and a
link to the file
where it originated. As a general rule, use linked objects
when the data in
the server document is changing and you want the object in
your report to
be updated when you open the report.


i think this should help u .

Is This Answer Correct ?    10 Yes 0 No

Can anyone help me with an answer to this question? Where is the image located, after you've p..

Answer / crystal developer

when the ole object is placed inside the report, report
converts it into static object i.e it creates the copy of
the original object .If any modifications are done to the
object in the report only the object present in the reports
get affected.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Crystal Reports Interview Questions

Reports can be optimized for web viewing using which of the following strategies: a. Using subreports instead of linking tables b. Avoiding maps c. Using the Page N of M special field to help users understand how many pages are in the report d. Saving reports as version 10 e. Avoiding reports with drill-down capabilities

2 Answers  


How do you format your crystal reports so that on exporting to word doc or pdf it will not lose the orginal format

3 Answers   Target,


How do we format field?

4 Answers  


How to print two details fields at the bottom of the page

5 Answers  


How to "Print" in Crystal Reports while using ASP DOT NET Platform?

3 Answers  


Can we export data of reports into other format like in world doc etc?

5 Answers  


hi.. i've created one crystal report. and one global resource file .. in crystal report there's one text object with id Text1. and i want to take the values of resource file i've got it CrystalDecisions.CrystalReports.Engine.TextObject Dtemp1 = ((CrystalDecisions.CrystalReports.Engine.TextObject)myreport .ReportDefinition.Sections["section1"].ReportObjects["Text1" ]); Dtemp1.Text = Resources.Resource.ResourceManager.GetString("Dsec1"); it is showing the correct value want i want but when i give print it is disappearing.. how to solve this please help me..

0 Answers  


Is there a way to export the report formulas, like totals to excel?

3 Answers  


How can i normalize a Crystal Report..??

0 Answers   HCL,


what is the "refresh" button suppose to do on the crystal report viewer?

2 Answers  


How to open subreport in New IE window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report. Can anybody answer this please....... Regards Vimal.

1 Answers   GRV India, Patni,


What are the advantages or disadvantages of using Crystal Reports in a Windows Forms application as opposed to say rolling our own reports as HTML and displaying them in the Internet Explorer control?

2 Answers  


Categories