ActiveReports 12
GetLPath Method

GrapeCity.ActiveReports.Export.Html.v12 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > IHtmlRenderingExtensionContext Interface : GetLPath Method
The GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea to create the LPath for.
Gets a string representation of the provided GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.
Syntax
'Declaration
 
Function GetLPath( _
   ByVal layoutArea As ILayoutArea _
) As String
string GetLPath( 
   ILayoutArea layoutArea
)

Parameters

layoutArea
The GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea to create the LPath for.

Return Value

A string value representing the path to the provided GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.
See Also

Reference

IHtmlRenderingExtensionContext Interface
IHtmlRenderingExtensionContext Members