Image.Sizings Enumeration

Defines the sizing behavior for an image.

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
Public Enumeration Sizings
public enum Sizings
public enum class Sizings
public enum Sizings
public enum Sizings

Members

Member name Description
AutoSize Borders grow and shrink to accommodate the image.
Clip The image is clipped to fit.
Fit The image is resized to match the size of the image element.
FitProportional The image is resized to fit, preserving the aspect ratio.

Notas

Nuevo:5 de diciembre de 2005

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.ReportingServices.ReportRendering Namespace