Gets or sets the brush that will be used to fill the data range background.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public Brush Background { get; set; } |
Visual Basic Copy Code |
---|
Public Property Background As Brush |
An instance of the Brush class. The default is null (Nothing in Visual Basic), indicating a transparent background.