BenSelect Documentation
Custom Property
See Also  Example Send Feedback
Selerix.ETIExtension.Report Namespace > ANSI834Event Class : Custom Property
Collection of custom field values indexed by name.

Syntax

JScript 
public override function get Custom : SafeDictionary

Example

JScriptCopy Code
if (Event.Custom["Union"] != null && Event.Custom["Union"] == "AFL")
    Event.Value = "Member";
else
    Event.Value = "";

Remarks

This collection will only be populated if at least one custom field is 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.