ReportsNode Class

A ConsoleNode object that supports SiteAction objects that allow displaying one or more reports without also closing the ConsoleNode object. Reports appear when the ConsoleNode object has the focus.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Publishing.WebControls.ConsoleNode
    Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions.ReportsNode

Namespace:  Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ReportsNode _
    Inherits ConsoleNode
'Usage
Dim instance As ReportsNode
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ReportsNode : ConsoleNode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ReportsNode Members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace