共用方式為


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 命名空間