MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IFixedPage Interface / Contents Property

In This Topic
Contents Property (IFixedPage)
In This Topic
Gets the IFixedPageContent objects in this container.
Syntax
'Declaration
 
ReadOnly Property Contents As IItemCollection(Of IFixedPageContent)
 

Property Value

An IItemCollection<T> representing the contents of the fixed page.
See Also