DataRequest Class

Class that is used to model a data retrieval request, with all the associated parameter, overrides and options.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalDataRequest

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class DataRequest : IDataWarnings

The DataRequest type exposes the following members.

Constructors
 NameDescription
Public methodDataRequest Initializes a new instance of the DataRequest class.
Top
Properties
 NameDescription
Public propertyColumnHierarchies Gets the requested column hierarchies.
Public propertyDrillDownValue Gets the drill down parameter value, if any.
Public propertyHasWarnings Gets a value indicating whether this instance,or one of its dependencies, has warnings.
Public propertyMeasures Gets the requested measures.
Public propertyOtherGroupSettings Gets the "Other" group settings for the current request.
Public propertyQueryHintValues Gets the query hint values for the current request.
Public propertyRowHierarchies Gets the requested row hierarchies.
Public propertySlicerHierarchies Gets the requested slicer hierarchies.
Public propertyTopBottomSettings Gets the top bottom settings for the current request.
Public propertyTotals Gets the totals settings for the current instance.
Public propertyWarnings Gets the warnings for the current instance, as well as for any dependency objects.
Top
See Also