예제 #1
0
 public TableRow(Table owner, AspNetCore.ReportingServices.ReportProcessing.TableRow rowDef, TableRowInstance rowInstance)
 {
     this.m_owner       = owner;
     this.m_rowDef      = rowDef;
     this.m_rowInstance = rowInstance;
 }
예제 #2
0
 public TableCellCollection(Table table, AspNetCore.ReportingServices.ReportProcessing.TableRow rowDef, TableRowInstance rowInstance)
 {
     this.m_table       = table;
     this.m_rowDef      = rowDef;
     this.m_rowInstance = rowInstance;
 }
예제 #3
0
 public TableDetailRow(Table owner, AspNetCore.ReportingServices.ReportProcessing.TableRow rowDef, TableRowInstance rowInstance, TableDetailRowCollection detail)
     : base(owner, rowDef, rowInstance)
 {
     this.m_detail = detail;
 }