ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentSelection Structure
Members

In This Topic
    DocumentSelection Structure
    In This Topic
    Represents selected document items. Immutable object! This implementation is somewhat implementation bound since it treats selection as a collection of "page items" on particular page
    Object Model
    DocumentSelection Structure
    Syntax
    'Declaration
     
    Public Structure DocumentSelection 
       Inherits System.ValueType
    public struct DocumentSelection : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Viewer.Common.Model.DocumentSelection

    See Also