ASPxReportUIElement Class
Provides information about a UI element of the Web Report Designer or Web Document Viewer.
Declaration
declare class ASPxReportUIElement
Remarks
For an example of using this class, see the ASPxClientReportDesigner.CustomizeElements, ASPxClientReportDesigner.PreviewCustomizeElements and ASPxClientWebDocumentViewer.CustomizeElements events.
Properties
model Property
Provides access to an element model.
Declaration
model: any
Property Value
Type | Description |
---|---|
any | An object that specifies the element model. |
templateName Property
Provides access to the name of an HTML template used by an element.
Declaration
templateName: string
Property Value
Type | Description |
---|---|
string | A string that specifies the name of the HTML template. |