You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/expression-syntax.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@ Below is a list of functions that are used to construct [expression bindings](..
334
334
<p><em>Beverages</em></p>
335
335
<p><em>Soft drinks, coffees, teas, beers and ales.</em></p>
</td><td><p>Returns the specified string with formatted field values. See <aclass="xref"href="..\shape-report-data\shape-data-data-bindings\format-data.html">Format Data</a> for details.</p>
337
+
</td><td><p>Returns the specified string with formatted field values. See <aclass="xref"href="..\shape-report-data\shape-data-data-bindings\format-data.md">Format Data</a> for details.</p>
@@ -346,7 +346,7 @@ Below is a list of functions that are used to construct [expression bindings](..
346
346
</td><td><p>Argb(1,200, 30, 200)</p>
347
347
<p>Result: <em>'1,200,30,200'</em></p>
348
348
</td></tr><tr><td><p>Join()</p>
349
-
</td><td><p>Concatenates the <aclass="xref"href="..\shape-report-data\use-report-parameters\create-multi-value-and-cascading-parameters.html">multi-value report parameter</a>'s values into a string. This function is useful when you <aclass="xref"href="..\shape-report-data\use-report-parameters\parameters-overview.html">bind a multi-value parameter to a label</a> to display the parameter's values in a report.</p>
349
+
</td><td><p>Concatenates the <aclass="xref"href="..\shape-report-data\use-report-parameters\create-multi-value-and-cascading-parameters.md">multi-value report parameter</a>'s values into a string. This function is useful when you <aclass="xref"href="..\shape-report-data\use-report-parameters\parameters-overview.md">bind a multi-value parameter to a label</a> to display the parameter's values in a report.</p>
350
350
<p>This function has two overloads:</p>
351
351
<ul>
352
352
<li>Join(parameter) - concatenates the specified parameter's values using comma as a separator.</li>
@@ -368,15 +368,15 @@ The following functions are specific for [binding reports to a stored procedure]
368
368
</th><th><p>Description</p>
369
369
</th><th><p>Example</p>
370
370
</th></tr><tr><td><p>Join()</p>
371
-
</td><td><p>Concatenates the <aclass="xref"href="..\shape-report-data\use-report-parameters\create-multi-value-and-cascading-parameters.html">multi-value report parameter</a>'s values into a string. This function can be used when mapping multi-value report parameters to query parameters generated from a stored procedure's parameters. Refer to the <aclass="xref"href="..\shape-report-data\use-report-parameters\use-query-parameters.html">Query Parameters</a> topic for more information.</p>
371
+
</td><td><p>Concatenates the <aclass="xref"href="..\shape-report-data\use-report-parameters\create-multi-value-and-cascading-parameters.md">multi-value report parameter</a>'s values into a string. This function can be used when mapping multi-value report parameters to query parameters generated from a stored procedure's parameters. Refer to the <aclass="xref"href="..\shape-report-data\use-report-parameters\use-query-parameters.md">Query Parameters</a> topic for more information.</p>
372
372
<p>This function has two overloads:</p>
373
373
<ul>
374
374
<li>Join(parameter) - concatenates the specified parameter's values using comma as a separator.</li>
375
375
<li>Join(parameter, separator) - concatenates the specified parameter's values using the specified separator.</li>
</td><td><p>Creates a table from several multi-value parameters' values. This function can be used when mapping multi-value report parameters to the query parameter that is generated from a stored procedure's <ahref="https://docs.microsoft.com/en-us/sql/relational-databases/tables/use-table-valued-parameters-database-engine">User Defined Table Type</a> parameter. Refer to the <aclass="xref"href="..\shape-report-data\use-report-parameters\use-query-parameters.html">Query Parameters</a> topic for more information.</p>
379
+
</td><td><p>Creates a table from several multi-value parameters' values. This function can be used when mapping multi-value report parameters to the query parameter that is generated from a stored procedure's <ahref="https://docs.microsoft.com/en-us/sql/relational-databases/tables/use-table-valued-parameters-database-engine">User Defined Table Type</a> parameter. Refer to the <aclass="xref"href="..\shape-report-data\use-report-parameters\use-query-parameters.md">Query Parameters</a> topic for more information.</p>
@@ -392,8 +392,8 @@ Use the following functions when [calculating summaries](..\shape-report-data\sh
392
392
</td><td><p>sumAvg([UnitPrice])</p>
393
393
</td></tr><tr><td><p>sumCount(Expression)</p>
394
394
</td><td><p>Counts the number of values within the specified summary region (group, page or report). In a simple scenario, you may not pass a parameter.</p>
395
-
<p> When using this function in a <aclass="xref"href="..\create-popular-reports\create-a-master-detail-report-use-detail-report-bands.html">master-detail report</a>'s master band and passing a detail's field as a parameter, it counts the number of records within the detail's band.</p>
396
-
<p> See also: <aclass="xref"href="..\shape-report-data\shape-data-data-bindings\count-the-number-of-records-in-a-report-or-group.html">Counting the Number of Records in a Report or Group</a>, <aclass="xref"href="..\shape-report-data\shape-data-data-bindings\count-the-number-of-groups-in-a-report.html">Counting the Number of Groups in a Report</a></p>
395
+
<p> When using this function in a <aclass="xref"href="..\create-popular-reports\create-a-master-detail-report-use-detail-report-bands.md">master-detail report</a>'s master band and passing a detail's field as a parameter, it counts the number of records within the detail's band.</p>
396
+
<p> See also: <aclass="xref"href="..\shape-report-data\shape-data-data-bindings\count-the-number-of-records-in-a-report-or-group.md">Counting the Number of Records in a Report or Group</a>, <aclass="xref"href="..\shape-report-data\shape-data-data-bindings\count-the-number-of-groups-in-a-report.md">Counting the Number of Groups in a Report</a></p>
397
397
</td><td><p>sumCount([UnitPrice])</p>
398
398
</td></tr><tr><td><p>sumDAvg(Expression)</p>
399
399
</td><td><p>Calculates the average of all the <strong>distinct</strong> values within the specified summary region (group, page or report).</p>
@@ -432,7 +432,7 @@ Use the following functions when [calculating summaries](..\shape-report-data\sh
</td><td><p>Returns the current record number in the specified summary region (group, page or report). This means for instance, if the summary is calculated for a group, then the record number is calculated only within that group, and is reset every time a new group is started.</p>
434
434
<p> In a simple scenario, you may not pass a parameter.</p>
435
-
<p> See also: <aclass="xref"href="..\shape-report-data\shape-data-data-bindings\display-row-numbers-in-a-report-group-or-page.html">Displaying Row Numbers in a Report, Group or Page</a></p>
435
+
<p> See also: <aclass="xref"href="..\shape-report-data\shape-data-data-bindings\display-row-numbers-in-a-report-group-or-page.md">Displaying Row Numbers in a Report, Group or Page</a></p>
0 commit comments