When set to true it opens the report automatically when the data is exported (if it's possible)

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

Syntax

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

See Also