Skip to content

Commit 18b0131

Browse files
author
github-actions
committed
Pages update
1 parent bad8cd5 commit 18b0131

File tree

3 files changed

+1939
-1939
lines changed

3 files changed

+1939
-1939
lines changed

index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7827,7 +7827,7 @@
78277827
"reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/date-range-report-parameters.html": {
78287828
"href": "reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/date-range-report-parameters.html",
78297829
"title": "Date Range Report Parameters | DevExpress End-User Documentation",
7830-
"keywords": "Date Range Report Parameters This topic describes how to create date range and time range parameters and filter a report’s data by the specified date or time values. Create a Date Range Parameter in the Report Designer Follow the steps below to add a range parameter to a report in the Report Designer: Create a report parameter. In the Add New Parameter dialog, specify parameter options: Parameter type: Date and Time, Date, or Time Value Source: Range Parameters The Start Parameter and End Parameter sections that appear allow you to configure options to create a date or time range: You can change the Name and initial static Value for the Start Parameter and End Parameter. To specify an expression instead of a static value, the Value option's ellipsis button and use the Expression Editor dialog: Reference the created range parameter. You can reference this parameter in the report’s filter string, in expressions, and in a control's Text property. You can also bind control and data source parameters to report parameters. We recommend that you use the following functions with range parameters in expressions and filter strings: InDateRange(Date, FromDate, ToDate) - equivalent to the FromDate <= Date && Value < Date expression. InTimeRange(Time, FromTime, ToTime) - equivalent to the FromTime <= Time && Time < ToTime expression (including cases where the range spans midnight, such as 23:00-01:00). OutOfTimeRange(Time, FromTime, ToTime) - equivalent to the FromTime > Time || Time => ToTime expression (including cases where the range spans midnight, such as 23:00-01:00). The image below filters the report's data by the following filter string: InDateRange([ShippedDate], ?paramDateRange_Start, ?paramDateRange_End) When you switch to the report's Print Preview tab, the Parameters panel displays the newly created range parameter. Click the editor to set a range. The editor type depends on the parameter type: An editor for \"Date\" and \"Date and Time\" range parameters: An editor for \"Time\" range parameters: After you submit start and end values, the report document shows filtered data. The report below shows the ShippedDate field filtered by the date range parameter:"
7830+
"keywords": "Range Report Parameters This topic describes how to create date range and time range parameters and filter a report’s data by the specified date or time values. Create a Range Parameter in the Report Designer Follow the steps below to add a range parameter to a report in the Report Designer: Create a report parameter. In the Add New Parameter dialog, specify parameter options: Parameter type: Date and Time, Date, or Time Value Source: Range Parameters The Start Parameter and End Parameter sections that appear allow you to configure options to create a date or time range: You can change the Name and initial static Value for the Start Parameter and End Parameter. To specify an expression instead of a static value, the Value option's ellipsis button and use the Expression Editor dialog: Reference the created range parameter. You can reference this parameter in the report’s filter string, in expressions, and in a control's Text property. You can also bind control and data source parameters to report parameters. We recommend that you use the following functions with range parameters in expressions and filter strings: InDateRange(Date, FromDate, ToDate) - equivalent to the FromDate <= Date && Value < Date expression. InTimeRange(Time, FromTime, ToTime) - equivalent to the FromTime <= Time && Time < ToTime expression (including cases where the range spans midnight, such as 23:00-01:00). OutOfTimeRange(Time, FromTime, ToTime) - equivalent to the FromTime > Time || Time => ToTime expression (including cases where the range spans midnight, such as 23:00-01:00). The image below filters the report's data by the following filter string: InDateRange([ShippedDate], ?paramDateRange_Start, ?paramDateRange_End) When you switch to the report's Print Preview tab, the Parameters panel displays the newly created range parameter. Click the editor to set a range. The editor type depends on the parameter type: An editor for \"Date\" and \"Date and Time\" range parameters: An editor for \"Time\" range parameters: After you submit start and end values, the report document shows filtered data. The report below shows the ShippedDate field filtered by the date range parameter:"
78317831
},
78327832
"reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/multi-value-report-parameters.html": {
78337833
"href": "reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/multi-value-report-parameters.html",

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-parameters/date-range-report-parameters.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
9393
</div>
9494

9595
<article data-uid="">
96-
<h1 id="date-range-report-parameters">Date Range Report Parameters</h1>
96+
<h1 id="range-report-parameters">Range Report Parameters</h1>
9797

9898
<p>This topic describes how to create <strong>date range</strong> and <strong>time range</strong> parameters and filter a report’s data by the specified date or time values.</p>
9999
<p><img src="../../../../images/use-date-ranges-parameters-panel.png" alt="A date range parameter's editor in Preview"></p>
100-
<h2 id="create-a-date-range-parameter-in-the-report-designer">Create a Date Range Parameter in the Report Designer</h2>
100+
<h2 id="create-a-range-parameter-in-the-report-designer">Create a Range Parameter in the Report Designer</h2>
101101
<p>Follow the steps below to add a range parameter to a report in the <a href="../../report-designer-for-winforms.html">Report Designer</a>:</p>
102102
<ol>
103103
<li><p><a href="create-a-report-parameter.html">Create a report parameter</a>.</p>

0 commit comments

Comments
 (0)