IReportsManager Interface

Defines a method that represents the objects in the ReportsManager.

This API is not CLS-compliant. The CLS-compliant alternative is [false].

Namespace:  Microsoft.SqlServer.Management
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<GuidAttribute("EAB0FF9C-D94A-4a6f-94C8-FAD9321292CB")> _
Public Interface IReportsManager
'Usage
Dim instance As IReportsManager
[CLSCompliantAttribute(false)]
[GuidAttribute("EAB0FF9C-D94A-4a6f-94C8-FAD9321292CB")]
public interface IReportsManager
[CLSCompliantAttribute(false)]
[GuidAttribute(L"EAB0FF9C-D94A-4a6f-94C8-FAD9321292CB")]
public interface class IReportsManager
[<CLSCompliantAttribute(false)>]
[<GuidAttribute("EAB0FF9C-D94A-4a6f-94C8-FAD9321292CB")>]
type IReportsManager =  interface end
public interface IReportsManager

The IReportsManager type exposes the following members.

Methods

  Name Description
Public method GetMenuItems Retrieves the items in the reports manager.

Top