Champ BackgroundGradientType
Returns the type of background gradient.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Protected Const BackgroundGradientType As String
'Utilisation
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
Notes
Valid values are None (default), LeftRight, TopBottom, Center, DiagonalLeft, DiagonalRight, HorizontalCenter, or VerticalCenter.
Voir aussi