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