'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
- The report ID.
- type
- The document type.
- name
- The report name (optional).
- content
- The report content (optional).
Return Value
A ValueTask representing the asynchronous operation of opening the document by ID.