The following example sets the value of a legend field from the Start event:
Private Sub Report_Start() RMCustomerReport.Legend(2) = "Aging Period Amount" End Sub