ElementRequest Class

The base class used to store data request information for a specific analysis element.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public abstract class ElementRequest

The ElementRequest type exposes the following members.

Properties
  NameDescription
Public propertyFilterParameterValue
Gets the filter parameter value.
Public propertyIsProviderSorted
Gets or sets a value indicating whether the data provider applied sorting, if requested for this element. This property is not intended to be used directly from your code, unless you are implementing a custom data provider.
Public propertyIsSorted
Gets a value indicating whether this instance is sorted.
Public propertyPlacement
Gets the element placement.
Public propertyUniqueName
Gets the element unique name.
Top
See Also