SIFWorks ADK 2.0
SIF_QueryGroup Property
NamespacesEdustructures.SifWorks.ReportingReportManifestSIF_QueryGroup

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <SIF_QueryGroup> element.
Declaration Syntax
C#Visual BasicVisual C++
public SIF_QueryGroup SIF_QueryGroup{ get; set;}
Public Property SIF_QueryGroup As SIF_QueryGroup
public:
property SIF_QueryGroup^ SIF_QueryGroup {
	SIF_QueryGroup^ get ();
	void set (SIF_QueryGroup^ value);
}
Value
A SIF_QueryGroup
Remarks

The SIF specification defines the meaning of this null as: "Parent element containing the querying criteria for extracting the report information. SIF_QueryGroup subelements are the same as the SIF_Query subelement of the SIF_Request object, except that the set of valid SIF_Operator values for this object is an expanded set."

To remove the SIF_QueryGroup, set SIF_QueryGroup to null

Version: 2.0

Since: 1.5r1

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10