StatusReportingListView.ReportingItem.ReportStatus Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get/Set the report status

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property ReportStatus As StatusReportingListView.ReportItemStatus
public StatusReportingListView.ReportItemStatus ReportStatus { get; set; }
public:
property StatusReportingListView::ReportItemStatus ReportStatus {
    StatusReportingListView::ReportItemStatus get ();
    void set (StatusReportingListView::ReportItemStatus value);
}
member ReportStatus : StatusReportingListView.ReportItemStatus with get, set
function get ReportStatus () : StatusReportingListView.ReportItemStatus 
function set ReportStatus (value : StatusReportingListView.ReportItemStatus)

Property Value

Type: Microsoft.TeamFoundation.Controls.WPF.StatusReportingListView.ReportItemStatus
Returns StatusReportingListView.ReportItemStatus.

.NET Framework Security

See Also

Reference

StatusReportingListView.ReportingItem Class

Microsoft.TeamFoundation.Controls.WPF Namespace