com.stimulsoft.report.events
Class StiGetDrillDownReportEventArgs
java.lang.Object
com.stimulsoft.base.system.StiEventHandlerArgs
com.stimulsoft.report.events.StiGetDrillDownReportEventArgs
public class StiGetDrillDownReportEventArgs
- extends StiEventHandlerArgs
Describes an argument for the event GetDrillDownReport.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiGetDrillDownReportEventArgs
public StiGetDrillDownReportEventArgs()
getReport
public final StiReport getReport()
- Gets or sets the report for Drill-Down operation.
setReport
public final void setReport(StiReport value)
getCancel
public boolean getCancel()
- Gets or sets a value indicating whether the Drill-Down operation should be canceled.
setCancel
public void setCancel(boolean value)