Click or drag to resize
RequiredFieldValueRequestEventArgs Properties DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The RequiredFieldValueRequestEventArgs type exposes the following members.

Properties
  Name Description
Public property COMValue
Gets and sets the value to be assigned to this required field. (String version for COM, which cannot expose object properties).
Public property Query
Gets the DashboardQuery object this event relates to.
Public property RequiredField
Gets the a DataPA.Utils.QueryEngine.Field object that represents the required field this event relates to.
Public property Skip
Gets and sets whether the condition this event refers to should be skipped in the query.
Public property Value
Gets and sets the value to be assigned to this required field.
Public property ValueSet
Gets a value that indicates if a value has been provided for this required field.
Top
See Also