Image.Tag 属性

Gets an expression that represents the tag for the image.

命名空间:  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
A ReportVariantProperty object that represents the tag for the image.

请参阅

参考

Image 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间