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

In This Topic
    StyleSheetSource Enumeration
    In This Topic
    Enumeration of stylesheet sources.
    Syntax
    'Declaration
     
    Public Enum StyleSheetSource 
       Inherits System.Enum
    public enum StyleSheetSource : System.Enum 
    Members
    MemberDescription
    EmbeddedEmbedded stylesheet source.
    ExternalExternal stylesheet source.
    Inheritance Hierarchy

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

    See Also