Class SelectedObjectCollection
Holds the list of selected objects of Base type. Used by the SelectedObjects.
Inheritance
System.Object
System.Collections.CollectionBase
SelectedObjectCollection
Inherited Members
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public class SelectedObjectCollection : ObjectCollection, IList, ICollection, IEnumerable
Properties
IsPageSelected
Gets a value indicating that report page is selected.
Declaration
public bool IsPageSelected { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReportSelected
Gets a value indicating that report is selected.
Declaration
public bool IsReportSelected { get; }
Property Value
Type | Description |
---|---|
System.Boolean |