ImageInstance.Tag 屬性
Gets the calculated value of the Tag property in a Image class.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public MustOverride ReadOnly Property Tag As Object
Get
'用途
Dim instance As ImageInstance
Dim value As Object
value = instance.Tag
public abstract Object Tag { get; }
public:
virtual property Object^ Tag {
Object^ get () abstract;
}
abstract Tag : Object
abstract function get Tag () : Object
屬性值
型別:System.Object
An Object value that represents the calculated value of the Tag property.