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)
Syntaxpublic bool? IsLegacyExport { get; set; }Public Property IsLegacyExport As Boolean?
Get
Set
public:
property Nullable<bool> IsLegacyExport {
Nullable<bool> get ();
void set (Nullable<bool> value);
}member IsLegacyExport : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean if legacy Excel export should be performed otherwise,
.
See Also