ExportOptions Class

The options class for handling exports.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsExportOptions

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 ExportOptions

The ExportOptions type exposes the following members.

Constructors
  NameDescription
Public methodExportOptions
Initializes a new instance of the ExportOptions class
Top
Properties
  NameDescription
Public propertyExportConfiguration
Gets or sets the ExportConfigData object.
Public propertyIncludeSubentriesInResultDetails
Gets or sets a value indicating whether subentries are included in the report.
Top
See Also