Class Extension
Inheritance
System.Object
Extension
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: Syncfusion.Reports.EJ
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class Extension
Constructors
Extension()
Declaration
public Extension()
Properties
AssemblyLocation
Declaration
public string AssemblyLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AssemblyName
Declaration
public string AssemblyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClassType
Declaration
public string ClassType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomProperties
Declaration
public Dictionary<string, object> CustomProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
ExtensionInstance
Declaration
public object ExtensionInstance { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ExtensionObjectType
Declaration
public Type ExtensionObjectType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
ExtensionType
Declaration
public ExtensionType ExtensionType { get; set; }
Property Value
Type | Description |
---|---|
ExtensionType |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |