[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItem.Style

Style Property

Style

Gets or sets a style settings for the report item.

Declaration
public Style Style { get; set; }
Property Value
Type Description
Style

A Style object representing the style of the report item.

Examples
var reportItem = new TextBox();
reportItem.Style.FontSize = "12pt";
reportItem.Style.Color = "Red";