Returns the list of report layouts avaialable

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
[ObsoleteAttribute("Report layouts are not used anymore", true)]
public List<string> GetReportLayouts()
Visual Basic
<ObsoleteAttribute("Report layouts are not used anymore", True)> _
Public Function GetReportLayouts As List(Of String)
JScript
public function GetReportLayouts() : List<String>

Return Value

Returns the list of available layouts

Remarks

If there is no layout available the list is empty

See Also