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


Свойство CustomProperty.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 ReadOnly Property Instance As CustomPropertyInstance 
    Get
'Применение
Dim instance As CustomProperty 
Dim value As CustomPropertyInstance 

value = instance.Instance
public CustomPropertyInstance Instance { get; }
public:
property CustomPropertyInstance^ Instance {
    CustomPropertyInstance^ get ();
}
member Instance : CustomPropertyInstance
function get Instance () : CustomPropertyInstance

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyInstance
A CustomPropertyInstance object.

См. также

Справочник

CustomProperty Класс

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