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

In This Topic
    Style Property (Body)
    In This Topic
    Gets or sets the the style settings for the report's body.
    Syntax
    'Declaration
     
    Public Property Style As Style
    public Style Style {get; set;}

    Property Value

    A Style object representing the report body's style elements.
    Remarks
    The body is treated like a rectangular ReportItem when determining which style elements apply, with the exception of the Style.Language property.
    See Also