Click or drag to resize

imbDocumentBuilderBaseTDoc, TPagegetPage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the page - if name is empty returns the current page

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public abstract TPage getPage(
	string name = ""
)
Request Example View Source

Parameters

name (Optional)
Type: SystemString
The name to use as selector

Return Value

Type: TPage
Page object
See Also