Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Indicates whether the parameter is used in a query.
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Property QueryParameter As Boolean
Get
Set
'Utilizzo
Dim instance As ReportParameter
Dim value As Boolean
value = instance.QueryParameter
instance.QueryParameter = value
public bool QueryParameter { get; set; }
public:
property bool QueryParameter {
bool get ();
void set (bool value);
}
member QueryParameter : bool with get, set
function get QueryParameter () : boolean
function set QueryParameter (value : boolean)
Valore proprietà
Tipo: System.Boolean
A read-only Boolean value. A value of true indicates that the parameter is used in a query.