Gets or sets a value indicating whether this instance is visible.

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
bool IsReportVisible { get; set; }
Visual Basic
Property IsReportVisible As Boolean
	Get
	Set
JScript
function get IsReportVisible () : boolean
function set IsReportVisible (value : boolean)

Field Value

true if this instance is visible; otherwise, false.

See Also