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