IReportsManager.GetMenuItems(INodeInformation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the items in the reports manager.
public:
Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IWinformsMenuHandler ^ GetMenuItems(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ node);
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IWinformsMenuHandler GetMenuItems (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation node);
abstract member GetMenuItems : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IWinformsMenuHandler
Public Function GetMenuItems (node As INodeInformation) As IWinformsMenuHandler
Parameters
- node
- INodeInformation
Represents the connections of the information.
Returns
The items in the reports manager.