DefaultBasePath Property (C1FlexReport)
In This Topic
Gets or sets the default directory that is used to resolve relative file names. By default this property is null, in which case Environment.CurrentDirectory is used.
Syntax
'Declaration
Public Shared Property DefaultBasePath As String
public static string DefaultBasePath {get; set;}
See Also