Page 1 of 1

Stimusoft Blazor-Interactions

Posted: Fri Aug 15, 2025 1:17 pm
by AkbarSpan
I need to implement drill down interaction in such a way that I want to capture that interaction on code level and perform some operations, but I do not want any page to be associated to this DrillDown. How can I achieve this.
I am using StiBlazorViewer to view my report.

Re: Stimusoft Blazor-Interactions

Posted: Mon Aug 18, 2025 2:16 pm
by Lech Kulikowski
Hello,

Try to use the OnInteraction event of the viewer.
https://www.stimulsoft.com/en/documenta ... _event.htm

Thank you.