Gets a value indicating whether all pages have been added to the document
being generated.
Namespace:
C1.C1PreviewFor example, if the document has a page footer or header that includes the total page count (of the kind "Page X of Y"), this property gets false while new pages are being added, but true when adding new pages is over and the total page count is being updated on the rendered pages.
If the document is currently not generating (see IsGenerating), gets true.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public bool IsPageCountFinal { get; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public ReadOnly Property IsPageCountFinal As Boolean Get |