public Coverflow(AspNetCore.ReportingServices.ReportIntermediateFormat.BandLayoutOptions bandLayout)
     : base(bandLayout)
 {
 }
示例#2
0
 public Navigation(AspNetCore.ReportingServices.ReportIntermediateFormat.BandLayoutOptions bandLayout)
 {
     this.m_navigation = bandLayout.Navigation;
 }
示例#3
0
 public BandLayoutOptions(AspNetCore.ReportingServices.ReportIntermediateFormat.BandLayoutOptions bandLayoutDef)
 {
     this.m_bandLayoutDef = bandLayoutDef;
 }
 public PlayAxis(AspNetCore.ReportingServices.ReportIntermediateFormat.BandLayoutOptions bandLayout)
     : base(bandLayout)
 {
 }