Programming Concepts Question:
Download Job Interview Questions and Answers PDF
How to remove sections in report in reportnet?
Answer:
Remove Sections
To remove a section, do the following:
Steps
1. Delete the section header.
2. From the View menu, click Page Structure.
3. Expand Page Body until you see the data container in which you added the section.
The data container is nested in the List object that is created when you add a section.
4. Drag the data container to Page Body.
The data container appears as a node of Page Body.
5. Delete the List object.
In the Query Explorer, the query that is created when you add a section is also deleted.
6. From the View menu, click Page Design.
7. In the Insertable Objects pane, click the Query Items tab.
8. Drag the query item that was used as a section header back into the data container.
To remove a section, do the following:
Steps
1. Delete the section header.
2. From the View menu, click Page Structure.
3. Expand Page Body until you see the data container in which you added the section.
The data container is nested in the List object that is created when you add a section.
4. Drag the data container to Page Body.
The data container appears as a node of Page Body.
5. Delete the List object.
In the Query Explorer, the query that is created when you add a section is also deleted.
6. From the View menu, click Page Design.
7. In the Insertable Objects pane, click the Query Items tab.
8. Drag the query item that was used as a section header back into the data container.
Download Programming Concepts Interview Questions And Answers
PDF
Previous Question | Next Question |
What is virtual Memory under Linux? | Explain how to write a class in c++ using only one object? |