Propriété BackgroundGradientType
The type of background gradient.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property BackgroundGradientType As ReportExpression(Of BackgroundGradients)
Get
Set
'Utilisation
Dim instance As Style
Dim value As ReportExpression(Of BackgroundGradients)
value = instance.BackgroundGradientType
instance.BackgroundGradientType = value
public ReportExpression<BackgroundGradients> BackgroundGradientType { get; set; }
public:
property ReportExpression<BackgroundGradients> BackgroundGradientType {
ReportExpression<BackgroundGradients> get ();
void set (ReportExpression<BackgroundGradients> value);
}
member BackgroundGradientType : ReportExpression<BackgroundGradients> with get, set
function get BackgroundGradientType () : ReportExpression<BackgroundGradients>
function set BackgroundGradientType (value : ReportExpression<BackgroundGradients>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'BackgroundGradients> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.