ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DocumentMapSource Enumeration

In This Topic
    DocumentMapSource Enumeration
    In This Topic
    Defines an enumeration of document map sources.
    Syntax
    'Declaration
     
    Public Enum DocumentMapSource 
       Inherits System.Enum
    public enum DocumentMapSource : System.Enum 
    Members
    MemberDescription
    AllThe document map provided by both labels and headings.
    HeadingsThe document map provided by headings.
    LabelsThe document map prodived by labels of controls.
    NoneNo document map.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DocumentMapSource

    See Also