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