共用方式為


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 命名空間