Share via


Query.inReport Method

Definition

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.

Applies to