Attachment.IsVisible Property (Access)

You can use the IsVisible property to determine whether a control on a report is visible. Read/write Boolean.

Version Information

Version Added: Access 2007

Syntax

expression .IsVisible

expression A variable that represents an Attachment object.

Remarks

You can set the IsVisible property only in the Print event of a report section that contains the control.

See Also

Concepts

Attachment Object Members

Attachment Object