ReportParameter.TypeSpecified Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public bool TypeSpecified { get; set; }
public:
property bool TypeSpecified {
    bool get();
    void set(bool value);
}
member TypeSpecified : bool with get, set
Public Property TypeSpecified As Boolean

Property Value

Type: System.Boolean

See Also

ReportParameter Class
ReportService2005 Namespace

Return to top