Class ProviderElement
Internal use only
Inheritance
System.Object
ProviderElement
Namespace: Telerik.Reporting.Configuration
Assembly: Telerik.Reporting.dll
Syntax
public sealed class ProviderElement : ConfigurationElement
Constructors
ProviderElement()
Declaration
public ProviderElement()
Properties
Name
Internal use only
Declaration
public string Name { get; set; }
Property Value
System.String
|
Parameters
Internal use only
Declaration
public ParameterCollection Parameters { get; }
Property Value
ParameterCollection
|
ParametersObsolete
Internal use only
Declaration
public ParameterCollectionObsolete ParametersObsolete { get; }
Property Value
ParameterCollectionObsolete
|
Type
Internal use only
Declaration
public string Type { get; set; }
Property Value
System.String
|