Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies where a BackgroundImage is drawn when BackgroundRepeat is set to Clip.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Enumeration Positions
'Uso
Dim instance As Positions
public enum Positions
public enum class Positions
type Positions
public enum Positions
Membros
| Nome do membro | Descrição | |
|---|---|---|
| Bottom | The BackgroundImage should be drawn at the bottom center of the containing report item. | |
| BottomLeft | The BackgroundImage should be drawn at the bottom left of the containing report item. | |
| BottomRight | The BackgroundImage should be drawn at the bottom right of the containing report item. | |
| Center | The BackgroundImage should be drawn at the center of the containing report item. | |
| Default | The default position of the BackgroundImage, which is the same as Center. | |
| Left | The BackgroundImage should be drawn at center left of the containing report item. | |
| Right | The BackgroundImage should be drawn at the center right of the containing report item. | |
| Top | The BackgroundImage should be drawn at the top center of the containing report item. | |
| TopLeft | The BackgroundImage should be drawn at the top left of the containing report item. | |
| TopRight | The BackgroundImage should be drawn at the top right of the containing report item. |
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering