Class ReportElement
Represents the base class of a report element.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Web.dll
Syntax
public abstract class ReportElement
  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 | 
|---|---|
| Style | A   |