ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / StyleName Property

In This Topic
    StyleName Property (Style)
    In This Topic
    Gets or sets a name of the external style.
    Syntax
    'Declaration
     
    Public Property StyleName As ExpressionInfo
    public ExpressionInfo StyleName {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to the name of the external style.
    Remarks
    An external style name is used to merge the external style with current.
    See Also