Class ExtensionElement
Inheritance
System.Object
ExtensionElement
Namespace: Telerik.Reporting.Configuration
Assembly: Telerik.Reporting.dll
Syntax
public sealed class ExtensionElement : ConfigurationElement
Constructors
ExtensionElement()
Declaration
public ExtensionElement()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Order
Declaration
public string Order { get; set; }
Property Value
System.String
|
Parameters
ParametersObsolete
Declaration
public ParameterCollectionObsolete ParametersObsolete { get; }
Property Value
ParameterCollectionObsolete
|
Type
Declaration
public string Type { get; set; }
Property Value
System.String
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|