Exemple #1
0
 internal BandLayoutOptions(Microsoft.ReportingServices.ReportIntermediateFormat.BandLayoutOptions bandLayoutDef)
 {
     m_bandLayoutDef = bandLayoutDef;
 }
Exemple #2
0
 internal Coverflow(Microsoft.ReportingServices.ReportIntermediateFormat.BandLayoutOptions bandLayout)
     : base(bandLayout)
 {
 }
 internal PlayAxis(Microsoft.ReportingServices.ReportIntermediateFormat.BandLayoutOptions bandLayout)
     : base(bandLayout)
 {
 }
 internal Navigation(Microsoft.ReportingServices.ReportIntermediateFormat.BandLayoutOptions bandLayout)
 {
     m_navigation = bandLayout.Navigation;
 }