Свойство ScaleRange.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<GaugeBackgroundGradients>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel