Compartilhar via


Propriedade do RDL BackFrame.FrameBackground

Appearance properties for the frame background.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property FrameBackground As FrameBackground 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

BackFrame Classe

Namespace Microsoft.ReportingServices.RdlObjectModel