Share via


ImageMapArea.Shape 속성

Gets the shape of the area.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property Shape As ImageMapArea.ImageMapAreaShape 
    Get
‘사용 방법
Dim instance As ImageMapArea 
Dim value As ImageMapArea.ImageMapAreaShape 

value = instance.Shape
public ImageMapArea.ImageMapAreaShape Shape { get; }
public:
property ImageMapArea.ImageMapAreaShape Shape {
    ImageMapArea.ImageMapAreaShape get ();
}
member Shape : ImageMapArea.ImageMapAreaShape
function get Shape () : ImageMapArea.ImageMapAreaShape

속성 값

유형: Microsoft.ReportingServices.ReportRendering.ImageMapArea.ImageMapAreaShape
An ImageMapArea.ImageMapAreaShape value indicating the shape of the area.

주의

Valid values are rectangle, polygon, or circle.

참고 항목

참조

ImageMapArea 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스