次の方法で共有


Image.Tag プロパティ

画像に対するタグを表す式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Tag As ReportVariantProperty 
    Get
'使用
Dim instance As Image 
Dim value As ReportVariantProperty 

value = instance.Tag
public ReportVariantProperty Tag { get; }
public:
property ReportVariantProperty^ Tag {
    ReportVariantProperty^ get ();
}
member Tag : ReportVariantProperty
function get Tag () : ReportVariantProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
画像に対するタグを表す ReportVariantProperty オブジェクト。

関連項目

参照

Image クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間