Skip to content

JaneSjs/Reporting_how-to-provide-drill-through-functionality-to-web-reports-t483368

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

How to provide drill-through functionality to web reports

This example illustrates how to provide navigation between different reports so that clicking an element in the main report opens another report in the same Web Document Viewer instance.

To do this, implement the IWebDocumentViewerDrillThroughProcessor interface. In its CreateReport method, pass a DrillThroughContext instance and use its CustomData property to specify the navigation logic.

In this example, the CustomData value is compared against the NavigateUrl property values of report elements acting as links to open other reports.

To register a custom drill-through processor, call the RegisterWebDocumentViewerDrillThroughProcessor method of the DefaultWebDocumentViewerContainer class at the application startup.

Handle the client-side PreviewClick event of the Document Viewer to process mouse events related to report elements.


About

.NET, ASP.NET Web Forms, XtraReports Suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 70.6%
  • HTML 29.1%
  • JavaScript 0.3%