Class ConfigurationInfo
Telerik internal use only.
Inheritance
System.Object
ConfigurationInfo
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class ConfigurationInfo
Constructors
ConfigurationInfo()
Telerik internal use only.
Declaration
public ConfigurationInfo()
Properties
License
Telerik internal use only.
Declaration
public LicenseInfo License { get; set; }
Property Value
LicenseInfo
|
Options
Telerik internal use only.
Declaration
public IList<ConfigurationInfo.OptionInfoBase> Options { get; }
Property Value
System.Collections.Generic.IList<ConfigurationInfo.OptionInfoBase>
|
Version
Telerik internal use only.
Declaration
public string Version { get; set; }
Property Value
System.String
|