BenSelect Documentation
Riders Property
See Also  Example Send Feedback
ETI.Report Namespace > ReportEvent Class : Riders Property
Collection of riders indexed by rider name.

Syntax

JScript 
public function get Riders : SafeDictionary

Example

JScriptCopy Code
// Get the benefit amount for the rider named BPERIOD if one exists. 
if (Event.Riders["BPERIOD"] != null)
    Event.Value = Event.Riders["BPERIOD"].BenefitAmount;

Remarks

This collection will only be populated if there is at least one rider used as a column in the report.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.