ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / CanvasItemCollection Class / GetReadOnlyList Method

In This Topic
    GetReadOnlyList Method
    In This Topic
    Gets a read-only list of canvas elements.
    Syntax
    'Declaration
     
    Public Function GetReadOnlyList() As IList(Of CanvasItem)
    public IList<CanvasItem> GetReadOnlyList()

    Return Value

    Returns the read-only list of canvas elements
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also