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

Is there a size limit to creating a Crystal Report? If I run a statement report for all customers it will crash if there are too many customers. I can print all the statements if I select them in batches, but if trying to print all at once Crystal will crash after a few minutes.

0 Answers  


Suppose I have a crystal report with a linked subreport as well. Is there any way not to print the current record on the main report if no records are returned from the subreport?

0 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  


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

3 Answers  


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

3 Answers  






When looking at the join types in Crystal - what does it mean when you coose Enforce and Enforce To or Enforce From

3 Answers  


Suppose I am not able to see any image on crystal report at run time. So how can I load any image which is saved in local disk so that it can be viewed at runtime in crystal reports?

0 Answers  


Explain basic steps required to display a simple report in crystal?

0 Answers  


Is there a way to export a report definition without writing code?

2 Answers  


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

2 Answers  


How to add Crystal Reports(Standalone) to my VB.NET project

2 Answers  


Can we use our own SQL for creating a report?

5 Answers  


Categories