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