Beispiel #1
0
        internal void Run(IPresent ip, Row row)
        {
            ip.BodyStart(this);

            if (_ReportItems != null)
            {
                _ReportItems.Run(ip, null);                     // not sure about the row here?
            }
            ip.BodyEnd(this);
            return;
        }
		internal void Run(IPresent ip, Row row)
		{
			ip.BodyStart(this);

			if (_ReportItems != null)
				_ReportItems.Run(ip, null);	// not sure about the row here?

			ip.BodyEnd(this);
			return ;
		}