com.stimulsoft.report.events
Class StiGetDrillDownReportEventArgs

java.lang.Object
  extended by com.stimulsoft.base.system.StiEventHandlerArgs
      extended by com.stimulsoft.report.events.StiGetDrillDownReportEventArgs

public class StiGetDrillDownReportEventArgs
extends StiEventHandlerArgs

Describes an argument for the event GetDrillDownReport.


Field Summary
 
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs
Empty
 
Constructor Summary
StiGetDrillDownReportEventArgs()
           
 
Method Summary
 boolean getCancel()
          Gets or sets a value indicating whether the Drill-Down operation should be canceled.
 StiReport getReport()
          Gets or sets the report for Drill-Down operation.
 void setCancel(boolean value)
           
 void setReport(StiReport value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiGetDrillDownReportEventArgs

public StiGetDrillDownReportEventArgs()
Method Detail

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)