コード例 #1
0
 internal TableCellCollection(Table table, Microsoft.ReportingServices.ReportProcessing.TableRow rowDef, TableRowInstance rowInstance)
 {
     m_table       = table;
     m_rowDef      = rowDef;
     m_rowInstance = rowInstance;
 }
コード例 #2
0
 internal TableDetailRow(Table owner, Microsoft.ReportingServices.ReportProcessing.TableRow rowDef, TableRowInstance rowInstance, TableDetailRowCollection detail)
     : base(owner, rowDef, rowInstance)
 {
     m_detail = detail;
 }
コード例 #3
0
 internal TableRow(Table owner, Microsoft.ReportingServices.ReportProcessing.TableRow rowDef, TableRowInstance rowInstance)
 {
     m_owner       = owner;
     m_rowDef      = rowDef;
     m_rowInstance = rowInstance;
 }