ResultShaping Class

Class that encapsulated data retrieval options meant to change the shape of the queried data.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalResultShaping

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 class ResultShaping

The ResultShaping type exposes the following members.

Properties
  NameDescription
Public propertyShape
Gets or sets a value indicating the result shape. The result could consist of all data records or the simplified data records.
Public propertySimplificationData
Gets or sets additional data to pass to the chosen simplification algorithm.
Public propertySimplificationRuleId
Gets or sets the simplification ID, when simplification rules are to be applied to the result.
Top
See Also