⟩ What is the .NET datatype that allows the retrieval of data by a unique key?
HashTable.
HashTable.
Can we call or add subreport within subreport?
Where can we find the log file generated when we run a crystal report?
HOW TO USE 5 CRYSTAL REPORT OR SUBREPORT ON DIFFERENT CONDITIONS IN ONE VB PROGRAM?
Explain reporter footer contents are move depend the page footer values?
To ensure that all of the data from a field is displayed in a report text object you should do which of the following?a) use the format wizardb) size the text object manuallyc) select the auto format option for the text objectd) select the can grow option for the text objecte) set the can grow option to the details section of the report
Why is Excel Report preferred over crystal reports?
I am developing reports using crystal reports in VS2005 in windows application. I have two crystalreports name called "studentReport" and "familyReport". I have a form with a button. If I click the button I need to show up the tworeports in one report like page1, and page2. The page1 consists the "studentReport" and the page2 contains the "familyReport". The "familyReport" contains different header and footer.How to show up the two crystal reports in single crystalreportviewer?
How can we improve the performance of a crystal report? OR What all performance improvement techniques used in crystal reports? (particularly CR XI)?
How to add Crystal Reports(Standalone) to my VB.NET project?
How many Sub Reports added in One MainReport?