ClientExportRequestIsLegacyExport Property

Gets 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 (8.0.2.1001)
Syntax
public Nullable<bool> IsLegacyExport { get; }

Property Value

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