ReportParameterInfo.IsQueryParameter Property
Indicates whether the parameter is used in a query to an external data source. Read-only.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public ReadOnly Property IsQueryParameter As Boolean
'Usage
Dim instance As ReportParameterInfo
Dim value As Boolean
value = instance.IsQueryParameter
public bool IsQueryParameter { get; }
public:
property bool IsQueryParameter {
bool get ();
}
/** @property */
public boolean get_IsQueryParameter ()
public function get IsQueryParameter () : boolean
Property Value
A read-only Boolean value.
See Also
Reference
ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WebForms Namespace