Class ReportElement
Represents the base class of a report element.
Inheritance
System.Object
ReportElement
Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Web.dll
Syntax
public abstract class ReportElement : Object
Constructors
ReportElement()
Declaration
protected ReportElement()
Properties
Style
Gets or sets the style properties associated with a specific object, providing control over visual presentation and formatting.
Declaration
public Style Style { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Style | A |