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