Skip to content

Commit

Permalink
Update 2024-q3-18-2-24-924.md (#1492)
Browse files Browse the repository at this point in the history
* Update 2024-q3-18-2-24-924.md

* Update using-event-handlers-in-srd.md
  • Loading branch information
todorarabadzhiev authored Sep 24, 2024
1 parent bc36b0d commit c1fbd16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ position: 7

# Using event handlers in the Standalone Report Designer

The Standalone Report Designer and Standalone Report Designer for .NET support attaching compiled code event handlers for the [`ItemDataBinding`](api/telerik.reporting.reportitembase#Telerik_Reporting_ReportItemBase_ItemDataBinding), [`ItemDataBound`](api/telerik.reporting.reportitembase#collapsible-Telerik_Reporting_ReportItemBase_ItemDataBound), and [`NeedDataSource`](api/telerik.reporting.dataitem#Telerik_Reporting_DataItem_NeedDataSource) [report events]({%slug telerikreporting/using-reports-in-applications/program-the-report-definition/report-events/overview%}). This article describes how you can add handlers for these events to reports created with the Standalone Report Designer, as well as how you can use existing handlers from [__programmatic report definitions that have been imported into the Standalone Report Designer__]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/how-to-import-reports-created-with-the-vs-report-designer%).
The Standalone Report Designer and Standalone Report Designer for .NET support attaching compiled code event handlers for the [`ItemDataBinding`](api/telerik.reporting.reportitembase#Telerik_Reporting_ReportItemBase_ItemDataBinding), [`ItemDataBound`](api/telerik.reporting.reportitembase#collapsible-Telerik_Reporting_ReportItemBase_ItemDataBound), and [`NeedDataSource`](api/telerik.reporting.dataitem#Telerik_Reporting_DataItem_NeedDataSource) [report events]({%slug telerikreporting/using-reports-in-applications/program-the-report-definition/report-events/overview%}). This article describes how you can add handlers for these events to reports created with the Standalone Report Designer, as well as how you can use existing handlers from [__programmatic report definitions that have been imported into the Standalone Report Designer__]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/how-to-import-reports-created-with-the-vs-report-designer%}).

## Add event handlers to reports created with the Standalone Report Designer

Expand Down
2 changes: 1 addition & 1 deletion upgrade/2024/2024-q3-18-2-24-924.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Report Viewers in WinForms, WPF, and WinUI applications by default will not exec


### Type Restrictions
For increased product safety the usage of .NET CLR types and obsolete Reporting types is restricted. If a restricted type is used in a report definition, it must be declared in the application configuration file. See the [TypeReferences]({%slug telerikreporting/doc-output/configure-the-report-engine/typereferences-element%}) and [AssemblyReferences]({%slug telerikreporting/doc-output/configure-the-report-engine/assemblyreferences-element%}) for configuration information.
For increased product safety the usage of .NET CLR types and obsolete Reporting types is restricted. If a restricted type is used in a report definition, it must be declared in the application configuration file. See the [TypeReferences]({%slug telerikreporting/using-reports-in-applications/export-and-configure/configure-the-report-engine/typeReferences-element%}) and [AssemblyReferences]({%slug telerikreporting/using-reports-in-applications/export-and-configure/configure-the-report-engine/assemblyreferences-element%}) for configuration information.


### WinUI Report Viewer
Expand Down

0 comments on commit c1fbd16

Please sign in to comment.