EMS logo

Products Navigation

Advanced Excel Report

Our Partnership Status

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Excel Report

On-line Documentation

OnCalcExpression event - Example


procedure TReportContainer.GrouppingBandsGroupHeader1CalcExpression(

  Sender: TEXLReportBand; var GroupValue: String);

begin

  GroupValue := FormatDateTime('yyyymm', MasterTable.FieldByName('Event_date').AsDateTime);

end;