DataShape.Connections Property

Definition

Gets or sets the connection list of the data shapes.

public:
 property System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::Connection ^> ^ Connections { System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::Connection ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::Connection ^> ^ value); };
public System.Collections.Generic.List<Microsoft.ReportingServices.Diagnostics.Internal.Connection> Connections { get; set; }
member this.Connections : System.Collections.Generic.List<Microsoft.ReportingServices.Diagnostics.Internal.Connection> with get, set
Public Property Connections As List(Of Connection)

Property Value

The connection list of the data shapes.

Applies to