ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItem Class / Style Property

In This Topic
    Style Property (ReportItem)
    In This Topic

    Gets or sets the the style settings for the report item.

    Syntax
    'Declaration
     
    Public Property Style As Style
    public Style Style {get; set;}

    Property Value

    A Style object representing the style elements of the report item.

    See Also