New Crystal Reports Interview Questions :: ALLInterview.com http://www.allinterview.com New Crystal Reports Interview Questions en-us How to print two details fields at the bottom of the page http://www.allinterview.com/showanswers/99383.html Add a new Details section to the report and place the two fields in it and by selecting the format option for this Details1 section you can find the option like Print at bottom of the page One more interview question If I have the data where some columns h http://www.allinterview.com/showanswers/91174.html This answer is for suppressing the Columns with Condition at runtime Just right click on the Columns that you want to suppress and write the function for suppressing the columns if parameter value is 0 then True(i.e Suppress) I had an Interview yesterday for a Crystal Reports Developer positio http://www.allinterview.com/showanswers/91170.html SQL Expression is one Feature in Crystal report,by SQL commands we pull the data from data base server to crystal report. Advantage:it's reduce the load on the server. bz we are not loading all the table into Crystal reports, just we a How to open subreport in New IE window using hyperlink button. I used http://www.allinterview.com/showanswers/84299.html Can anyone help me with an answer to this question? Where is the imag http://www.allinterview.com/showanswers/83640.html 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 affect Reports can be optimized for web viewing using which of the followin http://www.allinterview.com/showanswers/83038.html Ans-a), we can have on-demand sub report and load data as per user selection instead of bring all the records every time with table linking. how can we convert crystal dictionary dc5 file to another datasource http://www.allinterview.com/showanswers/82670.html I am not able to see any image on Crystal Report at Run time. So how http://www.allinterview.com/showanswers/73441.html You may have used Link Image at design time (while inseerting OLE object) therefore report requires it on machine on whihc report will be run. One can solve this problem by embeding image in report rather than linking it (by unchecking Link o When looking at the join types in Crystal - what does it mean when y http://www.allinterview.com/showanswers/67585.html if you choose enforce to for a join type table a and table b and you select only fields from table a even then table b is included. if you choose enforce from for a join type from tableA and table B and you select only fields from table B s how to create crystal reports in .net http://www.allinterview.com/showanswers/64868.html Select new item add Crystareport.rpt.report page will be generated.In asp page u need to add crystal report viewer control. In aspx page follow the below code..... ReportDocument rpt=new ReportDocument() .... ..... ..Fill the type dataset wi I have a crystal report with a linked subreport as well. is there an http://www.allinterview.com/showanswers/64820.html YOU HAVE TO USE SHARED VARIABE AND PASS THAT VARIABLE TO YOUR PRIMARY REPORT, THERE YOU HAVE TO USE THE CONDITION. Can we call or add subreport within subreport? http://www.allinterview.com/showanswers/62557.html Subreport is a report added to the main report and is not possible to add or call another subreport with subreport. Where can we find the log file genertaed when we run a crystal repor http://www.allinterview.com/showanswers/61511.html When the reports run, a log file is created and each report's output will placed the specified output directory with the output file name specified. If only a prefix is specified, the output name will also have a date and time stamp maki HOW TO USE 5 CRYSTAL REPORT OR SUBREPORT ON DIFFERENT CONDITIONS IN http://www.allinterview.com/showanswers/61167.html different 5 condition is a=1,2,3,4,5 in button click we write if a=1 then Dim report as new cr_1 cr_1.show else Dim report as new cr_2 cr_2.show else Dim report as new cr_3 cr_3.show else Dim report as new cr_4 cr_4.show else Dim reporter footer contents are move depend the page footer values..... http://www.allinterview.com/showanswers/59715.html report footer and page footer are different. they wont change normally. if we want to change them then we have to write formulas for them