다음을 통해 공유


BackgroundGradients 열거형

Specifies the type of background gradient for a report item.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public Enumeration BackgroundGradients
‘사용 방법
Dim instance As BackgroundGradients
public enum BackgroundGradients
public enum class BackgroundGradients
type BackgroundGradients
public enum BackgroundGradients

멤버

멤버 이름 설명
Default Specifies the default background gradient, which is treated the same as None.
None Specifies that there is no background gradient.
LeftRight Specifies a horizontal background gradient.
TopBottom Specifies a vertical background.
Center Specifies a circular background gradient.
DiagonalLeft Specifies a diagonal gradient that goes from top-left to bottom-right.
DiagonalRight Specifies a diagonal gradient that goes from top-right to bottom-left.
HorizontalCenter Specifies a horizontal gradient that goes out from the center to both the top and the bottom.
VerticalCenter Specifies a vertical gradient which goes out from the center to both the left and the right.