See Also

Section Class  | Section Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

Visible Property

Specifies whether the section should be printed or not.

[Visual Basic]
Public Property Visible As Boolean
[C#]
public bool Visible {get; set;}

Return Type

Boolean value that specifies whether the section will be printed or not.  Default is true.

Example

[C#] 

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

    this.Detail.Visible = true; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Detail.Visible = True
End Sub

See Also

Section Class  | Section Members

 

 


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