ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / StyleSheet Class
Members

In This Topic
    StyleSheet Class
    In This Topic
    Specifies information about an a report's stylesheet.
    Object Model
    StyleSheet Class
    Syntax
    'Declaration
     
    Public NotInheritable Class StyleSheet 
       Inherits System.Collections.Generic.List(Of Style)
    public sealed class StyleSheet : System.Collections.Generic.List<Style> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          GrapeCity.ActiveReports.PageReportModel.StyleSheet

    See Also