ReportForm.SaveCommandWithOrientationAsync Method

Saves the selected report using a Custom Orientation
<ID("SaveCommandWithOrientationAsync", (int)e.SaveCommandOrientationAsync)> _ 
Public Overridable Function SaveCommandWithOrientationAsync( _ 
ByVal orientation As Integer
) As Task(Of Integer)
This language is not supported or no code example is available.
[ID("SaveCommandWithOrientationAsync", (int)e.SaveCommandOrientationAsync)] 
public virtual Task<int> SaveCommandWithOrientationAsync( 
int orientation 
)
This language is not supported or no code example is available.

Parameters

orientation
int

Orientation: 0 -> Portrait and 1 -> Landspace

Return Value

Task<int>

Flag indicating success or fail

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition