Свойство ScaleRange.BackgroundGradientType
Gets an expression that evaluates to the type of background gradient.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradientTypes)
Get
'Применение
Dim instance As ScaleRange
Dim value As ReportEnumProperty(Of BackgroundGradientTypes)
value = instance.BackgroundGradientType
public ReportEnumProperty<BackgroundGradientTypes> BackgroundGradientType { get; }
public:
property ReportEnumProperty<BackgroundGradientTypes>^ BackgroundGradientType {
ReportEnumProperty<BackgroundGradientTypes>^ get ();
}
member BackgroundGradientType : ReportEnumProperty<BackgroundGradientTypes>
function get BackgroundGradientType () : ReportEnumProperty<BackgroundGradientTypes>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundGradientTypes>
A ReportEnumProperty<EnumType> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering