[]
Gets or sets a style settings for the report item.
public Style Style { get; set; }
Type | Description |
---|---|
Style | A Style object representing the style of the report item. |
var reportItem = new TextBox();
reportItem.Style.FontSize = "12pt";
reportItem.Style.Color = "Red";