Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the calculated value of the BackgroundGradientType property in a ScaleRange class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property BackgroundGradientType As BackgroundGradientTypes
Get
'Usage
Dim instance As ScaleRangeInstance
Dim value As BackgroundGradientTypes
value = instance.BackgroundGradientType
public BackgroundGradientTypes BackgroundGradientType { get; }
public:
property BackgroundGradientTypes BackgroundGradientType {
BackgroundGradientTypes get ();
}
member BackgroundGradientType : BackgroundGradientTypes
function get BackgroundGradientType () : BackgroundGradientTypes
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundGradientTypes
A BackgroundGradientTypes value that represents the calculated value of the BackgroundGradientType property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace