Click or drag to resize
ReportSectionHandlerCreate 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#
public Object Create(
	Object parent,
	Object configContext,
	XmlNode section
)

Parameters

parent
Type: SystemObject
Parent object
configContext
Type: SystemObject
Configuration context object
section
Type: System.XmlXmlNode
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

IConfigurationSectionHandlerCreate(Object, Object, XmlNode)
See Also