ExportResultContentLength Property

Gets the length of the content (number of bytes).

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public long? ContentLength { get; }

Property Value

Type: NullableInt64
The number of bytes in the content, or if the length is not known.
See Also