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 the type of background gradient to for a ScaleRange.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Enumeration BackgroundGradientTypes
'Uso
Dim instance As BackgroundGradientTypes
public enum BackgroundGradientTypes
public enum class BackgroundGradientTypes
type BackgroundGradientTypes
public enum BackgroundGradientTypes
Membros
| Nome do membro | Descrição | |
|---|---|---|
| Center | Specifies a gradient that spreads out from the center. | |
| DiagonalLeft | Specifies a gradient from top left to bottom right. | |
| DiagonalRight | Specifies a gradient from top right to bottom left. | |
| HorizontalCenter | Specifies a gradient from center to left and right. | |
| LeftRight | Specifies a gradient from left to right. | |
| None | Specifies that the gradient is disabled. | |
| StartToEnd | Specifies a gradient from the start of the range to the end of the range. | |
| TopBottom | Specifies a gradient from top to bottom. | |
| VerticalCenter | Specifies a gradient from center to top and bottom. |
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering