WebMapLayers 8
WebMapLayers 8
Cadcorp.WebmapLayers
Cadcorp.Web.UI.Reporting
ReportSectionHandler Class
ReportSectionHandler Methods
Create Method
ReportSectionHandler
Create Method
A custom section handler creates an object of type
Cadcorp.Web.UI.Reporting.Problems
Namespace:
Cadcorp.Web.UI.Reporting
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C#
Copy
public
Object
Create
(
Object
parent
,
Object
configContext
,
XmlNode
section
)
Parameters
parent
Type:
System
Object
Parent object
configContext
Type:
System
Object
Configuration context object
section
Type:
System.Xml
XmlNode
The custom section(XML Node) in the config file that will be processed by the handler
Return Value
Type:
Object
The created section handler object.
Implements
IConfigurationSectionHandler
Create(Object, Object, XmlNode)
See Also
Reference
ReportSectionHandler Class
Cadcorp.Web.UI.Reporting Namespace