ReportWebData.LoadCommandWithStatusAsync Method

Loads the values of the tags configured in the Objects property from the file indicated by the FileName property.

Parameters

message with the status of the save command

Returns Flag indicating success or fail
<ID("LoadCommandWithStatusAsync", (int)e.LoadCommandWithStatusAsync)> _ 
Public Function LoadCommandWithStatusAsync( _ 
ByVal status As TRef<int>
) As Task(Of String)
This language is not supported or no code example is available.
[ID("LoadCommandWithStatusAsync", (int)e.LoadCommandWithStatusAsync)] 
public Task<string> LoadCommandWithStatusAsync( 
TRef<int> status 
)
This language is not supported or no code example is available.

Parameters

status
TRef<int>

Return Value

Task<string>

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition