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 DefaultValuesQueryBased property has been specified.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property DefaultValuesQueryBasedSpecified As Boolean
Get
Set
'Usage
Dim instance As ReportParameter
Dim value As Boolean
value = instance.DefaultValuesQueryBasedSpecified
instance.DefaultValuesQueryBasedSpecified = value
public bool DefaultValuesQueryBasedSpecified { get; set; }
public:
property bool DefaultValuesQueryBasedSpecified {
bool get ();
void set (bool value);
}
member DefaultValuesQueryBasedSpecified : bool with get, set
function get DefaultValuesQueryBasedSpecified () : boolean
function set DefaultValuesQueryBasedSpecified (value : boolean)
Property Value
Type: System.Boolean
A Boolean value.