Example #1
0
 internal void RecordPageReference(Report rpt, Page p, Row r)
 {
     if (_ExprReferences == null)
     {
         return;
     }
     foreach (string refr in _ExprReferences)
     {
         p.AddPageExpressionRow(rpt, refr, r);
     }
 }
Example #2
0
 internal void RecordPageReference(Report rpt, Page p, Row r)
 {
     if (_ExprReferences == null)
         return;
     foreach (string refr in _ExprReferences)
     {
         p.AddPageExpressionRow(rpt, refr, r);
     }
 }