See Also

Section Class  | Section Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

BackColor Property

Gets or sets the background color of the section.

[Visual Basic]
Public Property BackColor As Color
[C#]
public Color BackColor {get; set;}

Return Type

System.Drawing.Color value used to paint the section background. Default is Color.Transparent.

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.Detail.BackColor = System.Drawing.Color.Transparent; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Detail.BackColor = System.Drawing.Color.Transparent
End Sub

See Also

Section Class  | Section Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.