Class StiGetDrillDownReportEventArgs

java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.events.StiGetDrillDownReportEventArgs

public class StiGetDrillDownReportEventArgs extends EventArgs
Describes an argument for the event GetDrillDownReport.
  • Constructor Details

    • StiGetDrillDownReportEventArgs

      public StiGetDrillDownReportEventArgs()
  • Method Details

    • 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)