FrameBackground 속성
Appearance properties for the frame background.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property FrameBackground As FrameBackground
Get
Set
‘사용 방법
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)