Class TypeNameElement
Internal use only
Namespace: Telerik.Reporting.Configuration
Assembly: Telerik.Reporting.dll
Syntax
public sealed class TypeNameElement : AssemblyNameBaseElement
Constructors
TypeNameElement()
Declaration
public TypeNameElement()
Properties
AssemblyName
The name of the assembly that contains the type. Internal use only.
Declaration
public string AssemblyName { get; set; }
Property Value
System.String
|
Name
Declaration
public override string Name { get; set; }
Property Value
System.String
|
Overrides
TypeName
The Namespace + ClassName of the type. Internal use only.
Declaration
public string TypeName { get; set; }
Property Value
System.String
|