[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ConnectionProperties.ConnectString

ConnectString Property

ConnectString

Gets or sets a connection string used to connect to the data source.

Declaration
public ExpressionInfo ConnectString { get; set; }
Property Value
Type Description
ExpressionInfo

A string value indicating the connection string for the data source.

Examples
var connectionProperties = new ConnectionProperties();
connectionProperties.ConnectString = ExpressionInfo.FromString("Server=myServer;Database=myDatabase;Integrated Security=True;");