Update _config.yml (#727)
* Update _config.yml * Update manual-setup.md * Update manual-setup.md * Update subreport.md * Update subreport.md
This commit is contained in:
Родитель
f7683b92c4
Коммит
dc74176f72
|
@ -414,7 +414,7 @@ defaults:
|
|||
|
||||
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
|
||||
# "foo": "Bar"
|
||||
suiteversion: "R3 2022 SP1"
|
||||
suiteversion: "R3 2022"
|
||||
kendosubsetversion: "2022.3.913"
|
||||
buildversion: "16.2.22.1109"
|
||||
|
||||
|
|
|
@ -234,8 +234,8 @@ The following steps produce a view with settings similar to these of the local M
|
|||
````HTML
|
||||
@section styles
|
||||
{
|
||||
<link href="https://kendo.cdn.telerik.com/2022.1.301/styles/kendo.common.min.css" rel="stylesheet" />
|
||||
<link href="https://kendo.cdn.telerik.com/2022.1.301/styles/kendo.blueopal.min.css" rel="stylesheet" />
|
||||
<link href="https://kendo.cdn.telerik.com/{{kendosubsetversion}}/styles/kendo.common.min.css" rel="stylesheet" />
|
||||
<link href="https://kendo.cdn.telerik.com/{{kendosubsetversion}}/styles/kendo.blueopal.min.css" rel="stylesheet" />
|
||||
<style>
|
||||
#reportViewer1 {
|
||||
position: absolute;
|
||||
|
|
|
@ -71,8 +71,8 @@ The following steps produce an HTML page with settings similar to these of the l
|
|||
|
||||
````HTML
|
||||
<!-- the required Kendo styles -->
|
||||
<link href="https://kendo.cdn.telerik.com/2022.1.301/styles/kendo.common.min.css" rel="stylesheet" />
|
||||
<link href="https://kendo.cdn.telerik.com/2022.1.301/styles/kendo.blueopal.min.css" rel="stylesheet" />
|
||||
<link href="https://kendo.cdn.telerik.com/{{kendosubsetversion}}/styles/kendo.common.min.css" rel="stylesheet" />
|
||||
<link href="https://kendo.cdn.telerik.com/{{kendosubsetversion}}/styles/kendo.blueopal.min.css" rel="stylesheet" />
|
||||
````
|
||||
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ The property was introduced with `R3 2022 SP1 (16.2.22.1109)`.
|
|||
|
||||
It enables direct feeding of the inner report with data from the main report. When the property is set, its data will be used when processing the inner report instead of the data that is set up in the definition of the inner report.
|
||||
|
||||
All the [data sources]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/overview%}) supported in the `DataSource` property are applicable as a value of this property.
|
||||
All the [data sources]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/overview%}) supported in the [DataSource](/reporting/api/Telerik.Reporting.DataItem.html#Telerik_Reporting_DataItem_DataSource) property are applicable as a value of this property.
|
||||
|
||||
A common scenario would be to feed the inner report with data coming from the data context of the `SubReport` item. To do this, define a [Binding]({%slug telerikreporting/designing-reports/connecting-to-data/expressions/using-expressions/bindings%}) to bind the `DataSource` property to a data field.
|
||||
|
||||
|
@ -95,3 +95,4 @@ When working with the SubReport item, note the following considerations:
|
|||
* [Binding the SubReport to Parent Report Data]({%slug how-to-bind-sub-report-to-main-report-s-data%})
|
||||
* [(API) SubReport](/reporting/api/Telerik.Reporting.SubReport)
|
||||
* [(API) ReportSource](/reporting/api/Telerik.Reporting.SubReport#Telerik_Reporting_SubReport_ReportSource)
|
||||
* [(API) DataItem.DataSource](/reporting/api/Telerik.Reporting.DataItem.html#Telerik_Reporting_DataItem_DataSource)
|
||||
|
|
Загрузка…
Ссылка в новой задаче