Condividi tramite


Proprietà BackFrame.FrameBackground

Appearance properties for the frame background.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property FrameBackground As FrameBackground 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

BackFrame Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel