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