Свойство ImageInstance.TagDataType
Get the code that specifies the data type of the underlying image tag.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property TagDataType As TypeCode
Get
'Применение
Dim instance As ImageInstance
Dim value As TypeCode
value = instance.TagDataType
public abstract TypeCode TagDataType { get; }
public:
virtual property TypeCode TagDataType {
TypeCode get () abstract;
}
abstract TagDataType : TypeCode
abstract function get TagDataType () : TypeCode
Значение свойства
Тип: System.TypeCode
One of the enumeration values of the TypeCode enumeration that specifies the data type of the underlying image tag.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering