Share via


ReportParameterInfo.IsQueryParameter Property

 

Indicates whether the parameter is used in a query to an external data source. Read-only.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public bool IsQueryParameter { get; }
public:
property bool IsQueryParameter {
    bool get();
}
member IsQueryParameter : bool with get
Public ReadOnly Property IsQueryParameter As Boolean

Property Value

Type: System.Boolean

A read-only Boolean value.

See Also

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top