Udostępnij za pośrednictwem


Właściwość BackFrame.FrameBackground

Właściwości wyglądu tła ramki.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property FrameBackground As FrameBackground
    Get
    Set
'Użycie
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)