共用方式為


DataCell 類別

Defines the list of data values to pass to the custom report item for a specific combination of leaf-node groups in CustomData.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Class DataCell _
    Inherits RdlCollection(Of DataValue)
'用途
Dim instance As DataCell
public class DataCell : RdlCollection<DataValue>
public ref class DataCell : public RdlCollection<DataValue^>
type DataCell =  
    class
        inherit RdlCollection<DataValue>
    end
public class DataCell extends RdlCollection<DataValue>

繼承階層

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'DataValue> ) > ) >
    Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'DataValue> ) > ) >
      Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'DataValue> ) > ) >
        Microsoft.ReportingServices.RdlObjectModel..::..DataCell

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。