Telerik Reporting

Gets or sets the data type of the parameter.

Namespace:  Telerik.Reporting
Assembly:  Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public ReportParameterType Type { get; set; }
Visual Basic (Declaration)
Public Property Type As ReportParameterType

Implements

IReportParameter..::.Type

Remarks

Determines the type of the values. Acceptable values for each type are listed in ReportParameterType. The default parameter type is String.

See Also