Propriedade ReportParameterInfo.IsQueryParameter
Indicates whether the parameter is used in a query to an external data source. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public ReadOnly Property IsQueryParameter As Boolean
public bool IsQueryParameter { get; }
public:
property bool IsQueryParameter {
bool get ();
}
member IsQueryParameter : bool with get
function get IsQueryParameter () : boolean
Valor de propriedade
Tipo: Boolean
A read-only Boolean value.