BackgroundGradientType 속성
Gets the calculated value of the BackgroundGradientType property in a StyleBase class.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public MustOverride Property BackgroundGradientType As BackgroundGradients
Get
Set
‘사용 방법
Dim instance As StyleBaseInstance
Dim value As BackgroundGradients
value = instance.BackgroundGradientType
instance.BackgroundGradientType = value
public abstract BackgroundGradients BackgroundGradientType { get; set; }
public:
virtual property BackgroundGradients BackgroundGradientType {
BackgroundGradients get () abstract;
void set (BackgroundGradients value) abstract;
}
abstract BackgroundGradientType : BackgroundGradients with get, set
abstract function get BackgroundGradientType () : BackgroundGradients
abstract function set BackgroundGradientType (value : BackgroundGradients)
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BackgroundGradients
A BackgroundGradients value that represents the calculated value of the BackgroundGradientType property.