Class ExtensionInfo
Represents a IExtension on the server
Inheritance
System.Object
ExtensionInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Reporting.Service
Assembly: Telerik.Reporting.Service.dll
Syntax
public class ExtensionInfo
Constructors
ExtensionInfo()
Declaration
public ExtensionInfo()
Properties
LocalizedName
The localized name of the extension.
Declaration
public string LocalizedName { get; set; }
Property Value
System.String
|
See Also
Name
The name of the extension.
Declaration
public string Name { get; set; }
Property Value
System.String
|