Sets or returns a value indicating whether the control will be printed.
[Visual Basic]
Public Property Visible As Boolean
[C#]
public bool Visible {get; set;}
A Boolean value. Default is True.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
ARControl Class | ARControl Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.