Свойство MapField.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 MapFieldInstance
Get
'Применение
Dim instance As MapField
Dim value As MapFieldInstance
value = instance.Instance
public MapFieldInstance Instance { get; }
public:
property MapFieldInstance^ Instance {
MapFieldInstance^ get ();
}
member Instance : MapFieldInstance
function get Instance () : MapFieldInstance
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldInstance
A MapFieldInstance object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering