How many .rpt files are be there in a main report having 2
sub reports?
Answers were Sorted based on User's Feedback
Answer / gowri shankar
only one .rpt file.when we create sub reports,it doesnot
create a new .rpt file.
| Is This Answer Correct ? | 27 Yes | 4 No |
Answer / babar shaik
we can keep, one .rpt file for both or we can individually
create .rpt files and made them as single with sub report.
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / jo
when u create a subreport inside a main report it will be
stored as one .rpt file only. Later we can save and store
this subreport as seperate .rpt files.
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / sukhveer rai
The no of .rpt files will actually depends on how you are
creating a report.
- If both the subreports are inserted using Report Expert
then it will be only 1 .rpt
- If 1 subreport is inserted using Report Expert and 1
subreport using already existing .rpt, then it will be
2 .rpt files for it
- If both the subreports are inserted using already
existing .rpts, then it will be 3 .rpt files for it
therefore the answer can be 1 or 2 or 3 depending upon your
report.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / tawqeer
Thisi s realy bad that few peoiple without knowing the
exact answer are trying to misguide people here.
The answer surly is one as subreport is never saved as
another .rpt file.
To test this just insert any existing report into main
report as subreport and then delte it..you will see it has
no effect ont the report that conatins the subreport
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / krishna.p
Its surely only one Report
bcs once we insert any sub report it will be embedded in to
main report and as above stated the changes done on original
sub reports doesn't effect directly on main report.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / raja
Please dont post wrong answers without using it.
The answer provided by Sukhveer Rai (Answer No 10 ) is the
exact one and correct one.
The number of reports depends on how you create it.
If you create two sub reports in main report, using insert
sub report menu, altogether only one report .
If you insert two reports as subreports which is already
created, then three reports are there. But altering the
subreports will not affect the two original report.
So the main report which hold the two report is treated as
one report only. Not three report.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / suresh
after linking 2 sub report to one main report it will have
only only one .rpt file.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sajal debnath
there are 3 .rpt files including the main and 2 sub report.
but when the subreports are inserted into main it will
behave like one only.
| Is This Answer Correct ? | 9 Yes | 7 No |
Answer / avanish singh
Only one if insert by section expert, sub report. and if by
using section expert then from existing report then three.
| Is This Answer Correct ? | 2 Yes | 1 No |
Kindly Help for this Below Scenario, I am going to implement Power BI into our internal software. I’m familiar with the fact that each user can pay $9.99 a month to build and view reports but what I need to know is how can we embed Power BI into our application so that any users that log into our application can see the reports without the monthly fee. I’ve researched enough that it can be done. What I am not familiar with is how to do it or the pricing of embedding it into an application. I think they do pricing on how many renders you do or something. Would you be able to look into how we could embed it into our software and the cost?
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?
Explain reporter footer contents are move depend the page footer values?
reporter footer contents are move depend the page footer values...........
Is there any feature like summing total in crystal report?
Can we use our own SQL for creating a report?
Is there a way to export a report definition without writing code?
How many sub-reports can report can have?
Explain the various components in crystal reports?
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? thanks you email - stanlte@yahoo.com
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 many sections are there in the 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)