WinList.IsReportView Property

Gets a value that indicates whether this list is in report view.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsReportView As Boolean
public virtual bool IsReportView { get; }
public:
virtual property bool IsReportView {
    bool get ();
}
abstract IsReportView : bool
override IsReportView : bool
function get IsReportView () : boolean

Property Value

Type: System.Boolean
true if this list is in report view; otherwise, false.

.NET Framework Security

See Also

Reference

WinList Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace