ActiveReports 12 Server User Guide
ReportParameterDomain Enumeration
ActiveReports 12 Server User Guide > Web Service Library > ReportParameterDomain Enumeration

Specifies the byte value of the enumerated report parameter domain.

Enumeration Members

Member Description
SpecifiedValues = 0 Indicates that the parameter values are specified in the value collection.
SelectAll = 1 Indicates that all valid values are set.
AcceptingDynamicValues = 2 Indicates that the specified values include values to be evaluated dynamically at run time.
See Also