Campo BackgroundGradientType
Returns the type of background gradient.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Protected Const BackgroundGradientType As String
'Uso
Dim value As String
value = StyleBase.BackgroundGradientType
protected const string BackgroundGradientType
protected:
literal String^ BackgroundGradientType
static val mutable BackgroundGradientType: string
protected const var BackgroundGradientType : String
Comentários
Valid values are None (default), LeftRight, TopBottom, Center, DiagonalLeft, DiagonalRight, HorizontalCenter, or VerticalCenter.