다음을 통해 공유


BackgroundGradientType 속성

The type of background gradient

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

구문

‘선언
Public MustOverride ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradients)
    Get
‘사용 방법
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of BackgroundGradients)

value = instance.BackgroundGradientType
public abstract ReportEnumProperty<BackgroundGradients> BackgroundGradientType { get; }
public:
virtual property ReportEnumProperty<BackgroundGradients>^ BackgroundGradientType {
    ReportEnumProperty<BackgroundGradients>^ get () abstract;
}
abstract BackgroundGradientType : ReportEnumProperty<BackgroundGradients>
abstract function get BackgroundGradientType () : ReportEnumProperty<BackgroundGradients>