This topic has not yet been rated - Rate this topic

DataSourceDefinition.ConnectString Property

Gets or sets the connection string for a data source.

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)
public string ConnectString { get; set; }

Property Value

Type: System.String
A String that contains the connection string for a data source.

The connection string that is used is specific to the data extension specified in the Extension property.

This value is ignored if the UseOriginalConnectString property is set to true.

If no value is specified, the connection string will revert to the original string or expression defined in the report.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.