Skip to content

Commit

Permalink
Pages update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 24, 2024
1 parent 64626c6 commit 9f217ef
Show file tree
Hide file tree
Showing 8 changed files with 1,937 additions and 1,939 deletions.
4 changes: 2 additions & 2 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -8687,12 +8687,12 @@
"reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-detail-report-bands.html": {
"href": "reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-detail-report-bands.html",
"title": "Master-Detail Report with Detail Report Bands | DevExpress End-User Documentation",
"keywords": "Master-Detail Report with Detail Report Bands This tutorial illustrates how to display hierarchical data in a master-detail report using nested Detail Report bands. This technique is effective if your data source contains a master-detail relationship. Another technique is described in the following topic: Master-Detail Reports with Subreports). Create a new report or open an existing one. Bind the report to the required data source and set up a master-detail relationship as described in the Bind a Report to a Database topic. Drop the required data fields from the Field List onto the Detail band. Click Insert Detail Report Band to create a Detail Report Band. Select the Detail Report band and select the master-detail relationship's name in the Data Member property's drop-down list. Switch to the Field List, select the data fields while holding down CTRL or SHIFT and drag-and-drop them onto the Detail band. Note You should drag-and-drop fields from the category corresponding to the master-detail relationship to correctly generate the detail report's data. Otherwise, the report will display only the first record of the detail table as many times as there are records in this table. Customize the report's appearance and format values. Switch to Preview to see the resulting report."
"keywords": "Master-Detail Report with Detail Report Bands This tutorial illustrates how to display hierarchical data in a master-detail report using nested Detail Report bands. This technique is effective if your data source contains a master-detail relationship. Another technique is described in the following topic: Master-Detail Reports with Subreports). Create a new report or open an existing one. Bind the report to the required data source and set up a master-detail relationship as described in the Bind a Report to a Database topic. Drop data fields of the main table from the Field List onto the Detail band. Right-click the report and select Insert Band→DetailBand to create a Detail Report Band. Select the Detail Report band and select the master-detail relationship's name in the Data Member property's drop-down list. Switch to the Field List, select the data fields while holding down CTRL or SHIFT and drag-and-drop them onto the Detail band. Note You should drag-and-drop fields from the category corresponding to the master-detail relationship to correctly generate the detail report's data. Otherwise, the report will display only the first record of the detail table as many times as there are records in this table. Customize the report's appearance and format values. Switch to Preview to see the resulting report."
},
"reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-subreports.html": {
"href": "reporting-for-web/articles/report-designer/create-reports/master-detail-reports-with-subreports.html",
"title": "Master-Detail Reports with Subreports | DevExpress End-User Documentation",
"keywords": "Master-Detail Reports with Subreports This tutorial demonstrates how to create a master-detail report using the Subreport control. This approach is useful if your data source does not contain master-detail relationship or you prefer to store master and detail reports in different files. Another approach is described at Create a Master-Detail Report (Use Detail Report Bands). Create a Master Report Create a new report or open an existing one to use it as a master report. Bind the report to a required data table. Drop the required data fields from the Field List onto the Detail band. Create the Detail Report Add one more blank report to use it as a detail report. Bind it to data. For instance, use another table of the same database as for the master report. Switch to the Field List, select the data fields while holding down CTRL or SHIFT and drag-and-drop them onto the Detail band. Add parameter to the detail report. Select the Parameters section in the Field List and click Add parameter. Click the Edit button for the created parameter and specify the parameter's Name and Type as well as disable the Visible property. Switch to the Properties panel, expand the the control's Tasks category and click the Filter String property's ellipsis button. In the invoked Filter Editor, construct an expression where the required data field is compared to the created parameter. To access the parameter, invoke the drop-down list on the right and select Parameter. Click Save | Save As in the designer menu to save the detail report to the server-side report storage. In the invoked standard Save dialog, specify the folder and file name. Embed the Subreport Click the corresponding tab in the bottom left corner of the Design Surface to switch back to the master report. Drop the Subreport control from the Toolbox onto the Detail band. Expand the Subreport Tasks category and select the previously saved detail report in the Report Source URL property's drop-down list. You can double-click the added subreport to open the detail report. Bind the subreport's parameter used as a filter criterion to the master report's corresponding data field, which serve as a source of the parameter value. To do this, expand the Data category, select the Parameter Bindings section and add a new parameter binding. In the binding properties list, specify the data field to which you want to bind a subreport parameter and the name of the parameter that you want to bind. If required, customize the report's appearance and format values. View the Result Switch to Print Preview to see the resulting report."
"keywords": "Master-Detail Reports with Subreports This tutorial demonstrates how to create a master-detail report using the Subreport control. This approach is useful if your data source does not contain master-detail relationship or you prefer to store master and detail reports in different files. Another approach is described at Create a Master-Detail Report (Use Detail Report Bands). Create a Master Report Create a new report or open an existing one to use it as a master report. Bind the report to a required data table. Drop the required data fields from the Field List onto the Detail band. Create the Detail Report Add one more blank report to use it as a detail report. Bind it to data. For instance, use another table of the same database as for the master report. Switch to the Field List, select the data fields while holding down CTRL or SHIFT and drag-and-drop them onto the Detail band. Add parameter to the detail report. Select the Parameters section in the Field List and click Add parameter. Click the Edit button for the created parameter and specify the parameter's Name and Type as well as disable the Visible property. Switch to the Properties panel, expand the the control's Tasks category and click the Filter String property's ellipsis button. In the invoked Filter Editor, construct an expression where the required data field is compared to the created parameter. To access the parameter, invoke the drop-down list on the right and select Parameter. Click Save | Save As in the designer menu to save the detail report to the server-side report storage. In the invoked standard Save dialog, specify the folder and file name. Embed the Subreport Click the corresponding tab in the bottom left corner of the Design Surface to switch back to the master report. Drop the Subreport control from the Toolbox onto the Detail band. Expand the Subreport Tasks category and select the previously saved detail report in the Report Source URL property's drop-down list. You can double-click the added subreport to open the detail report. Bind the subreport's parameter used as a filter criterion to the master report's corresponding data field, which serve as a source of the parameter value. To do this, expand the Data category, select the Parameter Bindings section and add a new parameter binding. In the binding properties list, specify the data field to which you want to bind a subreport parameter and the name of the parameter that you want to bind. Customize the report's appearance and format values. Switch to Print Preview to see the resulting report."
},
"reporting-for-web/articles/report-designer/create-reports/multi-column-reports.html": {
"href": "reporting-for-web/articles/report-designer/create-reports/multi-column-reports.html",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ <h1 id="master-detail-report-with-detail-report-bands">Master-Detail Report with
</li>
<li><p><a href="../bind-to-data.html">Bind the report</a> to the required data source and set up a master-detail relationship as described in the <a href="../bind-to-data/bind-a-report-to-a-database.html">Bind a Report to a Database</a> topic.</p>
</li>
<li><p>Drop the required data fields from the <a href="../report-designer-tools/ui-panels/field-list.html">Field List</a> onto the <a href="../introduction-to-banded-reports.html">Detail</a> band.</p>
<li><p>Drop data fields of the main table from the <a href="../report-designer-tools/ui-panels/field-list.html">Field List</a> onto the <a href="../introduction-to-banded-reports.html">Detail</a> band.</p>
<p><img src="../../../images/eurd-web-master-detail-drop-fields-for-master-layout.png" alt=""></p>
</li>
<li><p>Click <strong>Insert Detail Report Band</strong> to create a <a href="../introduction-to-banded-reports.html">Detail Report Band</a>.</p>
<li><p>Right-click the report and select <strong>Insert Band</strong><strong>DetailBand</strong> to create a <a href="../introduction-to-banded-reports.html">Detail Report Band</a>.</p>
<p><img src="../../../images/eurd-web-master-detail-insert-detail-report-band.png" alt=""></p>
<p>Select the Detail Report band and select the master-detail relationship's name in the <strong>Data Member</strong> property's drop-down list.</p>
<p><img src="../../../images/eurd-web-master-detail-data-member-property.png" alt=""></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,10 @@ <h2 id="embed-the-subreport">Embed the Subreport</h2>
<li><p>Bind the subreport's parameter used as a filter criterion to the master report's corresponding data field, which serve as a source of the parameter value. To do this, expand the <strong>Data</strong> category, select the <strong>Parameter Bindings</strong> section and add a new parameter binding. In the binding properties list, specify the data field to which you want to bind a subreport parameter and the name of the parameter that you want to bind.</p>
<p><img src="../../../images/eurd-web-master-report-subreport-parameter-binding.png" alt=""></p>
</li>
<li><p>If required, customize the report's <a href="../customize-appearance.html">appearance</a> and <a href="../shape-report-data/format-data.html">format values</a>.</p>
<li><p>Customize the report's <a href="../customize-appearance.html">appearance</a> and <a href="../shape-report-data/format-data.html">format values</a>.</p>
</li>
</ol>
<h2 id="view-the-result">View the Result</h2>
<p>Switch to <a href="../preview-print-and-export-reports.html">Print Preview</a> to see the resulting report.</p>
<p><img src="../../../images/eurd-web-master-detail-result.png" alt=""></p>

</article>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified reporting-for-web/images/eurd-web-master-detail-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9f217ef

Please sign in to comment.