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.