Class AdminSystemReportsDataHandler
Inheritance
AdminSystemReportsDataHandler
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("AdminSystemReportsDataHandler")]
public class AdminSystemReportsDataHandler : DataHandlerBase, IDataHandler, IWebObject, IPlugin
Constructors
AdminSystemReportsDataHandler()
Declaration
public AdminSystemReportsDataHandler()
Methods
DeleteReport(String)
Declaration
public static void DeleteReport(string reportId)
Parameters
| Type |
Name |
Description |
| String |
reportId |
|
ImportReport(String)
Declaration
public static string ImportReport(string fileName)
Parameters
| Type |
Name |
Description |
| String |
fileName |
|
Returns
Initialize(XmlNode, String)
Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Overrides
Load(String)
Declaration
public override void Load(string CarrierId)
Parameters
| Type |
Name |
Description |
| String |
CarrierId |
|
Overrides
Implements
SuperOffice.Factory.IPlugin