Open this page in the API Guide

ExportResult.ContentLength 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 (25.1.0.1000)
Syntax
public long? ContentLength { get; }

Property Value

Type: Nullable<Int64>
The number of bytes in the content, or null if the length is not known.
See Also