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