Class IndoorReportTemplate
Represents an indoor report template for PCTEL reports. It inherits from CKDocument and provides functionality to load the report template from an embedded resource.
Inherited Members
Namespace: CoverageKiller2
Assembly: CoverageKiller2.dll
Syntax
[Obsolete]
public class IndoorReportTemplate
Constructors
IndoorReportTemplate()
Declaration
public IndoorReportTemplate()
Fields
ResourceName
The name of the embedded resource containing the PCTEL report template.
Declaration
public static string ResourceName
Field Value
Type | Description |
---|---|
string |
Methods
OpenResource(CKApplication)
Opens the PCTEL report template from an embedded resource, saves it as a temporary file, and returns an instance of IndoorReportTemplate.
Declaration
public static CKDocument OpenResource(CKApplication app)
Parameters
Type | Name | Description |
---|---|---|
CKApplication | app |
Returns
Type | Description |
---|---|
CKDocument | A new instance of IndoorReportTemplate. |