ActiveReports 8
DocumentSelection Structure
Members  See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace : DocumentSelection Structure

Glossary Item Box

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

Visual Basic (Declaration) 
Public Structure DocumentSelection 
   Inherits System.ValueType
C# 
public struct DocumentSelection : System.ValueType 

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also