Query.inReport Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the query is part of a report.
public:
virtual bool inReport();
public virtual bool inReport ();
abstract member inReport : unit -> bool
override this.inReport : unit -> bool
Public Overridable Function inReport () As Boolean
Returns
true if the query is part of a report (is found under a report's data sources node); otherwise, false.
Remarks
This function is not typically used by application code. If the method returns true, the report method can be used to access the report in which the query is defined.