Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,4 @@ function onViewerRenderingEnd(e) {
console.log('TRV rendering end');
}
````

Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ import { AfterViewInit, Component, ViewChild } from '@angular/core';
}
}
````

Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,4 @@ import { Component, ViewEncapsulation } from '@angular/core';
````powershell
npm run start
````

Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ For example, refresh and print of the current report can be triggered like this:
}
}
````

Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ Finally, on the server side, your [custom IReportSourceResolver]({%slug telerikr

{{source=CodeSnippets\MvcCS\Controllers\CustomResolverReportsController.cs region=ModelBindingReportResolver_Implementation}}
{{source=CodeSnippets\MvcVB\Controllers\CustomResolverReportsController.vb region=ModelBindingReportResolver_Implementation}}

Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,4 @@ The following steps produce a view with settings similar to these of the local `
</body>
</html>
````

Original file line number Diff line number Diff line change
Expand Up @@ -734,3 +734,4 @@ import { ReportParameterInfo } from '@progress/telerik-common-report-viewer'
};
}
````

Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ export function ReportViewer() {
)
}
````

Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ For example, if a report contains a __TextBox__ with `Value = "Sorts by Category

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

Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ We will apply implicit styles for the `Vista` theme in our example project. Havi
</Application.Resources>
</Application>
````

Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ When a WCF service is hosted in IIS/ASP.NET, another setting would also control
</system.web>
</configuration>
````