IQueryDesignerHelpImpl Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a help implementation in a custom query designer.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Public Interface IQueryDesignerHelpImpl
'Usage
Dim instance As IQueryDesignerHelpImpl
public interface IQueryDesignerHelpImpl
public interface class IQueryDesignerHelpImpl
type IQueryDesignerHelpImpl = interface end
public interface IQueryDesignerHelpImpl
The IQueryDesignerHelpImpl type exposes the following members.
Methods
Name | Description | |
---|---|---|
ShowHelp | Infrastructure. Displays the help dialog box with the help contents for the specified keyword and identifier. |
Top