Esempio n. 1
0
 internal TableGroupCollection(Table owner, TableGroup parent, Microsoft.ReportingServices.ReportProcessing.TableGroup groupDef, TableGroupInstanceList groupInstances)
 {
     m_owner          = owner;
     m_parent         = parent;
     m_groupInstances = groupInstances;
     m_groupDef       = groupDef;
 }
 public TableGroupCollection(Table owner, TableGroup parent, AspNetCore.ReportingServices.ReportProcessing.TableGroup groupDef, TableGroupInstanceList groupInstances)
 {
     this.m_owner          = owner;
     this.m_parent         = parent;
     this.m_groupInstances = groupInstances;
     this.m_groupDef       = groupDef;
 }