ExportRequestIsLegacyExport Property

Gets or sets a value indicating whether the export should use the legacy format (Excel only).

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax
public bool? IsLegacyExport { get; set; }

Property Value

Type: NullableBoolean
if legacy Excel export should be performed otherwise, .
See Also