Proprietà ReportParameterInfo.IsQueryParameter

Indica se il parametro viene utilizzato in una query per l'origine dati esterna. Di sola lettura.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsQueryParameter As Boolean
    Get
'Utilizzo
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.IsQueryParameter
public bool IsQueryParameter { get; }
public:
property bool IsQueryParameter {
    bool get ();
}
member IsQueryParameter : bool
function get IsQueryParameter () : boolean

Valore proprietà

Tipo: System.Boolean
Valore Boolean di sola lettura.

Vedere anche

Riferimento

ReportParameterInfo Classe

Spazio dei nomi Microsoft.Reporting.WebForms