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
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace