Beispiel #1
0
 public Group(DataRegion owner, ShimRenderGroups renderGroups, ShimTablixMember dynamicMember)
 {
     this.m_isOldSnapshot = true;
     this.m_ownerItem     = owner;
     this.m_renderGroups  = renderGroups;
     this.m_dynamicMember = dynamicMember;
 }
Beispiel #2
0
 public Group(DataRegion owner, AspNetCore.ReportingServices.ReportIntermediateFormat.ReportHierarchyNode memberDef, DataRegionMember dataMember)
 {
     this.m_isOldSnapshot = false;
     this.m_ownerItem     = owner;
     this.m_memberDef     = memberDef;
     this.m_dataMember    = dataMember;
 }
Beispiel #3
0
 public Group(DataRegion owner, ShimTableMember tableDetailMember)
 {
     this.m_isOldSnapshot     = true;
     this.m_isDetailGroup     = true;
     this.m_tableDetailMember = tableDetailMember;
     this.m_dynamicMember     = tableDetailMember;
     this.m_ownerItem         = owner;
     this.m_renderGroups      = null;
 }
Beispiel #4
0
 public Group(DataRegion owner, ShimRenderGroups renderGroups)
 {
     this.m_isOldSnapshot = true;
     this.m_ownerItem     = owner;
     this.m_renderGroups  = renderGroups;
 }
 public DataRegionInstance(DataRegion reportItemDef)
     : base(reportItemDef)
 {
     this.m_dataRegionDef = reportItemDef;
 }
Beispiel #6
0
 public DynamicImageInstance(DataRegion reportItemDef)
     : base(reportItemDef)
 {
 }