Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an expression that evaluates to the type of background gradient.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property BackgroundGradientType As ReportEnumProperty(Of BackgroundGradientTypes)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BackgroundGradientTypes>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace