MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / DataProviderInfo Structure
Properties

DataProviderInfo Structure Members

The following tables list the members exposed by DataProviderInfo.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DataProviderInfo struct.  
Top
Public Properties
 NameDescription
Public PropertyFully assembly-qualified name of the class that implements additional features like setting of multi-value parameters and others.  
Public PropertyFully assembly-qualified name of the class that implements System.Data.Common.DbProviderFactory for this provider.  
Public PropertyA human-readable name for the data provider.  
Public PropertyThe name that can be used to refer to the data provider in reports.  
Public PropertyTrue if data provider is specified through configuration  
Public PropertyTrue if query designer supports this data provider  
Public PropertyFully assembly-qualified name of the class that implements GrapeCity.ActiveReports.Extensibility.Data.IDbSchemaProvider.  
Top
See Also