共用方式為


DataValue 類別

Defines a single value for the data point in the chart.

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

語法

'宣告
Public Class DataValue _
    Inherits ReportObject _
    Implements IDataScopeService, IDataCell, IContainedObject
'用途
Dim instance As DataValue
public class DataValue : ReportObject, IDataScopeService, 
    IDataCell, IContainedObject
public ref class DataValue : public ReportObject, 
    IDataScopeService, IDataCell, IContainedObject
type DataValue =  
    class
        inherit ReportObject
        interface IDataScopeService
        interface IDataCell
        interface IContainedObject
    end
public class DataValue extends ReportObject implements IDataScopeService, IDataCell, IContainedObject

執行緒安全性

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