Instance 屬性
Gets the instance object that contains the calculated values for the definition class.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Instance As DataCellInstance
Get
'用途
Dim instance As DataCell
Dim value As DataCellInstance
value = instance.Instance
public DataCellInstance Instance { get; }
public:
property DataCellInstance^ Instance {
DataCellInstance^ get ();
}
member Instance : DataCellInstance
function get Instance () : DataCellInstance