Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.