mergegroupeventargs-ag凯发旗舰厅



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,  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,
                            rowenumerator,
                           groupeventtype eventtype)
represents data during the mergegroup event.
parameters:
doc - the document
rowenumerator - the rowsenumerator
eventtype - the groupeventtype
method detail

getdocument

public idocument getdocument()
gets the document.
returns:
the document

gettablename

public java.lang.string gettablename()
gets the table name.
returns:
the table name

getgroupname

public java.lang.string getgroupname()
gets the group name.
returns:
the group name

getmergefield

public imergefield getmergefield()
gets the merge field.
returns:
the merge field

getrowindex

public int getrowindex()
gets the index of the row.
returns:
the index of the row

getrowcount

public int getrowcount()
gets the count of the row.
returns:
the count of the row

geteventtype

public groupeventtype geteventtype()


网站地图