[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ConnectStringType

ConnectStringType Enum

Specifies a type of connection string used in a data source configuration.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum ConnectStringType

Fields

Name Description
Embedded

Default behavior - connection string is just a part of the data source.

External

Required external processing for connection string. For example - it can be name from config file.

Extension Methods