ActiveReports 8 > ActiveReports User Guide > Samples and Walkthroughs > Walkthroughs > Page Report Walkthroughs > Preview > Drilldown Reports |
This walkthrough expands upon the report created in the Master Detail Reports walkthrough. If you have not created the Master Detail report (CustomerOrders.rdlx) already, please do so before continuing.
This walkthrough illustrates how to create a drilldown report using the Hidden and ToggleItem properties.
The walkthrough is split up into the following activities:
Note: This walkthrough uses the Customer table from the Reels database. By default, in ActiveReports, the Reels.mdb file is located in the [User Documents folder]\ComponentOne Samples\ActiveReports 8\Data folder. |
When you complete this walkthrough you get a layout that looks similar to the following at runtime.
To open the report in Visual Studio
To hide table rows and set a toggle item
Property Name | Property Value |
---|---|
Visibility Hidden | True |
Visibility Toggle Item | TextBox10 (the textbox containing the expression =First(Fields!LastName.Value)) |
To view the report
OR