Propriedade do RDL Shape
Gets the shape of the area.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ImageMapArea. . :: . .ImageMapAreaShape
An ImageMapArea..::..ImageMapAreaShape value indicating the shape of the area.
Comentários
Valid values are rectangle, polygon, or circle.
Consulte também