GithubHelp home page GithubHelp logo

janesjs / reporting_how-to-provide-drill-through-functionality-to-web-reports-t483368 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devexpress-examples/reporting-asp-net-core-drill-through

0.0 0.0 0.0 2.25 MB

.NET, ASP.NET Web Forms, XtraReports Suite

License: Other

C# 70.65% HTML 29.08% JavaScript 0.27%

reporting_how-to-provide-drill-through-functionality-to-web-reports-t483368's Introduction

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.


reporting_how-to-provide-drill-through-functionality-to-web-reports-t483368's People

Contributors

devexpressexamplebot avatar kochkin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.