Shape Propiedad
Gets the shape of the area.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Shape As ImageMapArea..::..ImageMapAreaShape
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ImageMapArea. . :: . .ImageMapAreaShape
An ImageMapArea..::..ImageMapAreaShape value indicating the shape of the area.
Notas
Valid values are rectangle, polygon, or circle.