The data type (ParameterTypeEnum) 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 ParameterTypeEnum Type { get; set; }
Visual Basic (Declaration)
Public Property Type As ParameterTypeEnum
Visual C++
public:
property ParameterTypeEnum Type {
	ParameterTypeEnum get ();
	void set (ParameterTypeEnum value);
}

See Also