次の方法で共有


ImageInstance.TagDataType プロパティ

基になる画像のタグのデータ型を指定するコードを取得します。

名前空間:  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
基になる画像のタグのデータ型を指定する TypeCode 列挙値のいずれか。

関連項目

参照

ImageInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間