Looks up a localized string similar to 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 Silverlight because of Silverlight SandBox limitations..

Namespace: Ico.Awx.Resources
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static string DefaultReportPathDescription { get; }
Visual Basic
Public Shared ReadOnly Property DefaultReportPathDescription As String
	Get
JScript
static function get DefaultReportPathDescription () : String

See Also