다음을 통해 공유


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 네임스페이스