Skip to content

Commit f4f639e

Browse files
authored
Update web-report-designer-initialization.md (#1882)
* Update web-report-designer-initialization.md * Update localization.md * Update how-to-use-angular-report-viewer-with-systemjs.md * Update event-binding.md * Update methods-and-commands.md * Update reportsource-model-binding.md * Update manual-setup.md * Update events.md * Update localization.md * Update accessibility.md * Update setting-a-theme-(using-implicit-styles).md * Update how-to-increase-the-timeout-value-of-a-wcf-service.md
1 parent 2c24c5b commit f4f639e

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

designing-reports/report-designer-tools/web-report-designer/web-report-designer-initialization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,4 @@ function onViewerRenderingEnd(e) {
396396
console.log('TRV rendering end');
397397
}
398398
````
399+

embedding-reports/display-reports-in-applications/web-application/angular-report-viewer/customizing/localization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ import { AfterViewInit, Component, ViewChild } from '@angular/core';
5858
}
5959
}
6060
````
61+

embedding-reports/display-reports-in-applications/web-application/angular-report-viewer/how-to-use-angular-report-viewer-with-systemjs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,4 @@ import { Component, ViewEncapsulation } from '@angular/core';
169169
````powershell
170170
npm run start
171171
````
172+

embedding-reports/display-reports-in-applications/web-application/blazor-report-viewer/methods-and-commands.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ For example, refresh and print of the current report can be triggered like this:
3838
}
3939
}
4040
````
41+

embedding-reports/display-reports-in-applications/web-application/html5-asp.net-mvc-report-viewer/reportsource-model-binding.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ Finally, on the server side, your [custom IReportSourceResolver]({%slug telerikr
7676

7777
{{source=CodeSnippets\MvcCS\Controllers\CustomResolverReportsController.cs region=ModelBindingReportResolver_Implementation}}
7878
{{source=CodeSnippets\MvcVB\Controllers\CustomResolverReportsController.vb region=ModelBindingReportResolver_Implementation}}
79+

embedding-reports/display-reports-in-applications/web-application/html5-asp.net-web-forms-report-viewer/manual-setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,4 @@ The following steps produce a view with settings similar to these of the local `
180180
</body>
181181
</html>
182182
````
183+

embedding-reports/display-reports-in-applications/web-application/native-angular-report-viewer/api-reference/events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,3 +734,4 @@ import { ReportParameterInfo } from '@progress/telerik-common-report-viewer'
734734
};
735735
}
736736
````
737+

embedding-reports/display-reports-in-applications/web-application/react-report-viewer/customizing/localization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ export function ReportViewer() {
8383
)
8484
}
8585
````
86+

embedding-reports/display-reports-in-applications/windows-forms-application/accessibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ For example, if a report contains a __TextBox__ with `Value = "Sorts by Category
6565

6666
* When a disabled toolbar button is selected, its accessible properties are not output to the screen reader.
6767
* When the focus is within a multiselect parameter, the current item state (checked/unchecked) is not output to the screen reader.
68+

embedding-reports/display-reports-in-applications/wpf-application/customizing/setting-a-theme-(using-implicit-styles).md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ We will apply implicit styles for the `Vista` theme in our example project. Havi
9595
</Application.Resources>
9696
</Application>
9797
````
98+

0 commit comments

Comments
 (0)