DataSource.ConnectionProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the connection properties.
public:
property Microsoft::ReportingServices::RdlObjectModel::ConnectionProperties ^ ConnectionProperties { Microsoft::ReportingServices::RdlObjectModel::ConnectionProperties ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ConnectionProperties ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ConnectionProperties ConnectionProperties { get; set; }
member this.ConnectionProperties : Microsoft.ReportingServices.RdlObjectModel.ConnectionProperties with get, set
Public Property ConnectionProperties As ConnectionProperties
Property Value
A ConnectionProperties object.