Specifies the file path where to save the report. When it's empty a SaveFileDialog is shown in order to save the report.
The extension of the file is modified depending on the report format (CSV, HTML, XML, TEXT).
The method is not supported in UWP because of UWP SandBox limitations
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public string DefaultReportPath { get; set; } |
Visual Basic |
---|
Public Property DefaultReportPath As String
Get
Set |
JScript |
---|
function get DefaultReportPath () : String
function set DefaultReportPath (value : String) |
See Also