Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Indicates whether the parameter is used in a query.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property QueryParameter As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
A read-only Boolean value. A value of true indicates that the parameter is used in a query.