AdditionalInfo.DataShapes 屬性

定義

取得或設定一個資料形狀的清單。

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)

屬性值

一串資料形狀。

適用於