UpdateSlicerAsSubqueryOptions Class

The DTO class for specifying options when updating a native structure's slicer as subquery option.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsUpdateSlicerAsSubqueryOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class UpdateSlicerAsSubqueryOptions

The UpdateSlicerAsSubqueryOptions type exposes the following members.

Constructors
  NameDescription
Public methodUpdateSlicerAsSubqueryOptions
Initializes a new instance of the UpdateSlicerAsSubqueryOptions class
Top
Properties
  NameDescription
Public propertyEnableSlicerAsSubquery
Gets or sets a value indicating whether slicer as subquery option is set.
Public propertyMeasureName
Gets or sets the name of the measure.
Top
See Also