Can we call or add subreport within subreport?
Answers were Sorted based on User's Feedback
Answer / george
Subreport is a report added to the main report and is not
possible to add or call another subreport with subreport.
| Is This Answer Correct ? | 61 Yes | 13 No |
Answer / pr
sub report is a report just like main report.we can add as
many subreports(256 only) into main report but within one
subreport we can not add or call another subreport.
| Is This Answer Correct ? | 38 Yes | 13 No |
Answer / meera
No.It is not possible to nest subreports.Crystal reports
(XI) does not support subreports within subreports.
| Is This Answer Correct ? | 28 Yes | 4 No |
Answer / sukanta
No. We can not call or add another subreport within a
subreport. If you do the same you wiil find some unexpected
output or errors.
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / rajaviviekvarma
It is not possible in crystal,
its possible with ssrs
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / hemalatha
Its not possible to add subreport within subreport.If we
trying to do that under insert ->subreport option was
disabled.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / navneet
No you can not use sub report inside sub report
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mahesh
If you create report with subreport and save it. Create
another report and add the first report as an subreport.
If you try to create a subreport after it's inserted it's
dificult. I think the limit on all subreports is 256.
| Is This Answer Correct ? | 12 Yes | 15 No |
Answer / vinay
We can call a report within a sub report using hyperlink to
a field it becomes a ondemand subreport.
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / yahya
Well as everybdy already said that subreport cant be inserted within the subreport. while as there are certain other ways that can overcome this problem. you can use shared variables or shared arrays to display data at desired location. All this depend upon the nature of the problem...
| Is This Answer Correct ? | 2 Yes | 7 No |
Where can we find the log file generated when we run a crystal report?
Can anyone help me with an answer to this question? Where is the image located, after you've placed it on the report?
reporter footer contents are move depend the page footer values...........
How many types of reports can be generated in crystal reports?
7 Answers Finite Infotech, Precision Techconet, VMware, winfoware,
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?
HOW TO USE 5 CRYSTAL REPORT OR SUBREPORT ON DIFFERENT CONDITIONS IN ONE VB PROGRAM
hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..
How to access crystal reports in .net?
how can we convert crystal dictionary dc5 file to another datasource format like mdb or xml schema
Does Crystal Report support all the functions that we have in Oracle?
2 Answers MPS Techologies, Target,
One more interview question If I have the data where some columns have multiple values in a given row of data returned from the database. The stored procedure returns data as it is that is blanks values and non blank values. However, I need to suppress the blank values not by showing 0 values but by shifting the cells up. Is there a way using a formula to shift the blank cell one row up based on a selection critieria? In the example below, I want to get rid of the blank values under Exposure column without replacing with 0. example: Company Margin Exposure AB 500 3 10 7 8 ABC 200 4 2 5 10 Thanks Anita
Where can we find the log file genertaed when we run a crystal report?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)