[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.DataProviderInfo

DataProviderInfo Struct

Specifies the information about a configured data provider.

Namespace: GrapeCity.ActiveReports.Configuration
Assembly: MESCIUS.ActiveReports.dll
Syntax
public struct DataProviderInfo

Constructors

Name Description
DataProviderInfo(string, string, string)

Initializes a new instance of the DataProviderInfo struct.

Properties

Name Description
AdapterAssemblyQualifiedName

Fully assembly-qualified name of the class that implements additional features like setting of multi-value parameters and others.

AssemblyQualifiedName

Fully assembly-qualified name of the class that implements DbProviderFactory for this provider.

CommandTextEditorType

Type that derives from System.Drawing.Design.UITypeEditor for the query command text for this provider.

ConnectStringEditorType

Type that derives from System.Drawing.Design.UITypeEditor for the data source connect string for this provider.

HumanReadableName

A human-readable name for the data provider.

InvariantName

The name that can be used to refer to the data provider in reports.

IsCustom

True if data provider is specified through configuration

QueryDesignerSupported

True if query designer supports this data provider

SchemaProviderAssemblyQualifiedName

Fully assembly-qualified name of the class that implements IDbSchemaProvider.

Extension Methods