ImageMapAreaInstance.Shape 属性

Gets the calculated shape of the ImageMapArea.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Shape As ImageMapArea.ImageMapAreaShape 
    Get
用法
Dim instance As ImageMapAreaInstance 
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.OnDemandReportRendering.ImageMapArea.ImageMapAreaShape
An ImageMapArea.ImageMapAreaShape value that represents the calculated shape of the ImageMapArea.

请参阅

参考

ImageMapAreaInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间