Class Section
  
  
  
  
    Inheritance
    System.Object
    Section
      
      
      
      
   
  
  Assembly: FastReport.dll
  Syntax
  
  Constructors
  
  
  Section(String)
  
  
  Declaration
  
    public Section(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
    
  
  Properties
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Methods
  
  
  AppendTo(StringBuilder)
  
  
  Declaration
  
    public virtual void AppendTo(StringBuilder s)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Text.StringBuilder | 
        s | 
         | 
      
    
  
  
  Clear()
  
  
  Declaration
  
  
  EndSectionAppendTo(StringBuilder)
  
  
  Declaration
  
    public void EndSectionAppendTo(StringBuilder s)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Text.StringBuilder | 
        s | 
         | 
      
    
  
  
  StartSectionAppendTo(StringBuilder)
  
  
  Declaration
  
    public void StartSectionAppendTo(StringBuilder s)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Text.StringBuilder | 
        s | 
         |