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.

请参阅

参考

ImageInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间