com.spire.doc.reporting
Class MergeGroupEventArgs

java.lang.Object
  extended by com.spire.ms.System.EventArgs
      extended by com.spire.doc.reporting.MergeGroupEventArgs

public class MergeGroupEventArgs
extends com.spire.ms.System.EventArgs


Constructor Summary
MergeGroupEventArgs(IDocument doc, IRowsEnumerator rowEnumerator, GroupEventType eventType)
          Represents data during the MergeGroup event.
 
Method Summary
 IDocument getDocument()
          Gets the document.
 GroupEventType getEventType()
           
 java.lang.String getGroupName()
          Gets the group name.
 IMergeField getMergeField()
          Gets the merge field.
 int getRowCount()
          Gets the count of the row.
 int getRowIndex()
          Gets the index of the row.
 java.lang.String getTableName()
          Gets the Table Name
 

Constructor Detail

MergeGroupEventArgs

public MergeGroupEventArgs(IDocument doc,
                           IRowsEnumerator rowEnumerator,
                           GroupEventType eventType)
Represents data during the MergeGroup event.

Parameters:
doc - Document Ojbect
tableName - Table Name
rowIndex - Row Index
eventType - Event Type
Method Detail

getDocument

public IDocument getDocument()
Gets the document.


getTableName

public java.lang.String getTableName()
Gets the Table Name


getGroupName

public java.lang.String getGroupName()
Gets the group name.


getMergeField

public IMergeField getMergeField()
Gets the merge field.


getRowIndex

public int getRowIndex()
Gets the index of the row.


getRowCount

public int getRowCount()
Gets the count of the row.


getEventType

public GroupEventType getEventType()