C1.Web.Api.Report Namespace / ReportProviderManager Class / Add Method
The item key.
The item.

In This Topic
Add Method (ReportProviderManager)
In This Topic
Add item with the key to the manager.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal key As String, _
   ByVal item As ReportProvider _
) 
 

Parameters

key
The item key.
item
The item.
See Also