Describes the state (ParameterStateEnum) of the parameter.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ParameterStateEnum State { get; set; }
Visual Basic (Declaration)
Public Property State As ParameterStateEnum
Visual C++
public:
property ParameterStateEnum State {
	ParameterStateEnum get ();
	void set (ParameterStateEnum value);
}

See Also