Exemplo n.º 1
0
 private void PrepareBand(BandBase band, bool getData)
 {
     if (band.Visible)
     {
         if (getData)
         {
             band.GetData();
         }
         RenderInnerSubreports(band);
         band.CalcHeight();
     }
 }