BackgroundGradientType 속성
The type of background gradient.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property BackgroundGradientType As ReportExpression(Of GaugeBackgroundGradients)
Get
Set
‘사용 방법
Dim instance As ScaleRange
Dim value As ReportExpression(Of GaugeBackgroundGradients)
value = instance.BackgroundGradientType
instance.BackgroundGradientType = value
public ReportExpression<GaugeBackgroundGradients> BackgroundGradientType { get; set; }
public:
property ReportExpression<GaugeBackgroundGradients> BackgroundGradientType {
ReportExpression<GaugeBackgroundGradients> get ();
void set (ReportExpression<GaugeBackgroundGradients> value);
}
member BackgroundGradientType : ReportExpression<GaugeBackgroundGradients> with get, set
function get BackgroundGradientType () : ReportExpression<GaugeBackgroundGradients>
function set BackgroundGradientType (value : ReportExpression<GaugeBackgroundGradients>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'GaugeBackgroundGradients> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.