Friday 20 May 2016

Master-Detail Report

Master-Detail Report:
1. What is meant by master detail report?
A) A report is usually called Master-Detail if it is used to display data from a hierarchical data source.
2. Generally how many approaches are available in developing Master Detail Report?
A) There are mainly two approaches in developing Master Detail report.
3. What is the first approach in developing the Master-Detail Report?
A) The first approach is based upon using the Detail Report band and is useful when a data source contains an ADO.NET relation between master and detail instances within it.
4. What is the second approach in developing the master-detail report?
A) The second approach is to create two different report classes, and incorporate the detail report into the master report as a sub report.
5. What can be the form of the Master-Detail report?
A) A master area can be a form, list or tree of items, and a detail area can be a form, list or tree of items typically placed either below or next to the master area.
6. What kind of relationship is Master-Detail report possessed?
A) Master–Detail relationship is a one-to-many type relationship.

No comments:

Post a Comment