Поделиться через


ImageMapArea.Shape Property

Gets the shape of the area.

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Shape As ImageMapAreaShape
public ImageMapAreaShape Shape { get; }
public:
property ImageMapAreaShape Shape {
    ImageMapAreaShape get ();
}
/** @property */
public ImageMapAreaShape get_Shape ()
public function get Shape () : ImageMapAreaShape

Значение свойства

An ImageMapArea.ImageMapAreaShape value indicating the shape of the area.

Замечания

Добавления:5 декабря 2005 г.

Valid values are rectangle, polygon, or circle.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ImageMapArea Class
ImageMapArea Members
Microsoft.ReportingServices.ReportRendering Namespace