ReportParameter.Type Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public ParameterTypeEnum Type { get; set; }
public:
property ParameterTypeEnum Type {
    ParameterTypeEnum get();
    void set(ParameterTypeEnum value);
}
member Type : ParameterTypeEnum with get, set
Public Property Type As ParameterTypeEnum

Property Value

Type: ReportService2005.ParameterTypeEnum

See Also

ReportParameter Class
ReportService2005 Namespace

Return to top