Class DocumentInfo
Telerik internal use only.
Inheritance
System.Object
DocumentInfo
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class DocumentInfo
Constructors
DocumentInfo()
Declaration
public DocumentInfo()
Properties
BookmarkNodes
Telerik internal use only.
Declaration
public List<BookmarkNode> BookmarkNodes { get; set; }
Property Value
System.Collections.Generic.List<BookmarkNode>
|
ContainsFrozenContent
Telerik internal use only.
Declaration
public bool ContainsFrozenContent { get; set; }
Property Value
System.Boolean
|
DocumentMapAvailable
Telerik internal use only.
Declaration
public bool DocumentMapAvailable { get; set; }
Property Value
System.Boolean
|
DocumentMapNodes
Telerik internal use only.
Declaration
public List<DocumentMapNodeModel> DocumentMapNodes { get; set; }
Property Value
System.Collections.Generic.List<DocumentMapNodeModel>
|
DocumentReady
Telerik internal use only.
Declaration
public bool DocumentReady { get; set; }
Property Value
System.Boolean
|
PageCount
Telerik internal use only.
Declaration
public int PageCount { get; set; }
Property Value
System.Int32
|
RenderingExtensions
Telerik internal use only.
Declaration
public ExtensionInfo[] RenderingExtensions { get; set; }
Property Value
ExtensionInfo[]
|