Partager via


Propriété BackFrame.FrameBackground

Appearance properties for the frame background.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property FrameBackground As FrameBackground 
    Get 
    Set
'Utilisation
Dim instance As BackFrame 
Dim value As FrameBackground 

value = instance.FrameBackground

instance.FrameBackground = value
public FrameBackground FrameBackground { get; set; }
public:
property FrameBackground^ FrameBackground {
    FrameBackground^ get ();
    void set (FrameBackground^ value);
}
member FrameBackground : FrameBackground with get, set
function get FrameBackground () : FrameBackground 
function set FrameBackground (value : FrameBackground)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.FrameBackground
A FrameBackground object.

Voir aussi

Référence

BackFrame Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel