Поделиться через


Свойство TablixMember.Instance

Gets the report instance object that contains the calculated values of this report definition object.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property Instance As TablixMemberInstance 
    Get
'Применение
Dim instance As TablixMember 
Dim value As TablixMemberInstance 

value = instance.Instance
public abstract TablixMemberInstance Instance { get; }
public:
virtual property TablixMemberInstance^ Instance {
    TablixMemberInstance^ get () abstract;
}
abstract Instance : TablixMemberInstance
abstract function get Instance () : TablixMemberInstance

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.TablixMemberInstance
A TablixMemberInstance object that represents the report instance object that contains the calculated values of this report definition object.

См. также

Справочник

TablixMember Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering