ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Documents Class / OpenById Method

In This Topic
    OpenById Method
    In This Topic
    Opens an existing report to be edited in Designer with specified id. Optionally you can pass name and content, else it will be loaded from server.
    Syntax
    'Declaration
     
    Public Function OpenById( _
       ByVal id As String, _
       ByVal type As SupportedDocumentType, _
       Optional ByVal name As String, _
       Optional ByVal content As String _
    ) As ValueTask(Of OpenDocumentInfo)
    public ValueTask<OpenDocumentInfo> OpenById( 
       string id,
       SupportedDocumentType type,
       string name,
       string content
    )

    Parameters

    id
    type
    name
    content
    See Also