ActiveReports Developer 7
Contents Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IFixedPage Interface : Contents Property

Glossary Item Box

Returns the IFixedPageContents objects in this container.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Contents As System.Collections.Generic.ICollection(Of IFixedPageContent)
C# 
System.Collections.Generic.ICollection<IFixedPageContent> Contents {get;}

See Also