ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / MetadataType Enumeration

In This Topic
    MetadataType Enumeration
    In This Topic
    Specifies metadata content type
    Syntax
    'Declaration
     
    Public Enum MetadataType 
       Inherits System.Enum
    public enum MetadataType : System.Enum 
    Members
    MemberDescription
    MetaBlobSpecifies that content is opaque binary data.
    MetaTextSpecifies that content is a string
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.MetadataType

    See Also