Xceed Grid for WinForms v4.3 Documentation
DefaultPath Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > ReportSettings Class : DefaultPath Property
Gets or sets the default path from which the XML files containing the report settings are saved and loaded.
Syntax
'Declaration
 
Public Shared Property DefaultPath As String
'Usage
 
Dim value As String
 
ReportSettings.DefaultPath = value
 
value = ReportSettings.DefaultPath
public static string DefaultPath {get; set;}

Property Value

A string representing the default path from which the XML files containing the report settings are saved and loaded. By default System.Windows.Forms.Application.LocalUserAppDataPath. For example: "C:\Documents and Settings\(UserName)\Local Settings\Application Data\Xceed\TestApp\1.0.0.0)".
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportSettings Class
ReportSettings Members