Skip to main content

RemoteDocument.IsEmpty Property

Indicates whether or not the document is empty (i.e., does it contain at least one page).

Namespace: DevExpress.ReportServer.Printing

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public override bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the document is emtpy; otherwise, false.

See Also