Click or drag to resize

StiOptionsConfiguration Class

Class for adjustment of configuration of a report.
Inheritance Hierarchy
SystemObject
  Stimulsoft.ReportStiOptionsConfiguration

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class Configuration

The StiOptionsConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodStiOptionsConfiguration
Initializes a new instance of the StiOptionsConfiguration class
Top
Properties
  NameDescription
Public propertyStatic memberApplicationDirectory
Gets or sets an application directory.
Public propertyStatic memberDefaultReportConfigPath
Gets or sets a name of the file which is used for configuration of a report.
Public propertyStatic memberDefaultReportSettingsPath
Gets or sets a name of the file which is used for settings of a report.
Public propertyStatic memberDirectoryLocalization
Gets or sets string containing path to directory in which files with localized resource are located.
Public propertyStatic memberIsServer
Gets a value which indicates whether configuration is used for the Server.
Public propertyStatic memberIsWeb
Gets a value which indicates whether configuration is used for the web report.
Public propertyStatic memberIsWinForms
Gets a value which indicates whether configuration is used for the WinForms report.
Public propertyStatic memberIsWPF
Gets a value which indicates whether configuration is used for the WPF report.
Public propertyStatic memberIsXbap
Gets a value which indicates whether configuration is used for the WPF report.
Public propertyStatic memberLocalization
Gets or sets name of file with localized resource.
Public propertyStatic memberSearchLocalizationFromRegistry
Gets or sets a value which indicates whether it is necessary to use the path from the register for localization files search.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInitWeb
Disables logging and hides messages of the report engine.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also