Skip to content

DophinCryTeam/XAF_how-to-show-an-xtrareport-created-at-design-time-without-the-use-of-xaf-reports-module-e4752

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

How to: Show an XtraReport created at design time, without the use of XAF Reports module

NOTE: Starting with version 13.2, XAF provides the capability to display reports created at design time out-of-the-box. Please refer to the Reports V2 Module topic for additional information.

This example demonstrates how to create reports in Visual Studio at design time without using our report modules (see WinForms Reports Lessons) and show them via XAF actions.

Take special note of the implementation of the ShowReportWithParameters action. It uses a custom ReportParameters object to filter the report data source. You can use this approach instead of standard XtraReport parameters to display a complex parameters object in the XAF Detail View and get benefits of XAF features (validation, conditional appearance, customizable layout, etc.).


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%