Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the state (ParameterStateEnum) of the parameter.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property State As ParameterStateEnum
Get
Set
'Usage
Dim instance As ReportParameter
Dim value As ParameterStateEnum
value = instance.State
instance.State = value
public ParameterStateEnum State { get; set; }
public:
property ParameterStateEnum State {
ParameterStateEnum get ();
void set (ParameterStateEnum value);
}
member State : ParameterStateEnum with get, set
function get State () : ParameterStateEnum
function set State (value : ParameterStateEnum)
Property Value
Type: ReportService2005.ParameterStateEnum
A ParameterStateEnum value.
Remarks
The value of this property may change based on input during the validation of the parameter through the use of the GetReportParameters method.
A valid value for this property may be one of the following:
HasValidValue –A valid value for the parameter exists.
MissingValidValue – A valid value for the parameter does not exist.
HasOutstandingDependencies – This parameter's default/valid values cannot be determined because they depend on another parameter. Specify the value for all dependent parameters before setting the value of this parameter.