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; }
Public ReadOnly Property ContentLength As Long?
Get
public:
property Nullable<long long> ContentLength {
Nullable<long long> get ();
}
member ContentLength : Nullable<int64> with get
Property Value
Type:
NullableInt64The number of bytes in the content, or
if the length is not known.
See Also