AdditionalInfo.DataShapes Property

Definition

Gets or sets a list of data shapes.

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

Property Value

A list of data shapes.

Applies to