ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / StyleSheetValue Property

In This Topic
    StyleSheetValue Property
    In This Topic
    Gets or sets a value of the report stylesheet.
    Syntax
    'Declaration
     
    Public Property StyleSheetValue As ExpressionInfo
    public ExpressionInfo StyleSheetValue {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object containing the value of the report stylesheet.
    See Also