Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Image to use for the frame background.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property FrameImage As FrameImage
Get
Set
'Usage
Dim instance As BackFrame
Dim value As FrameImage
value = instance.FrameImage
instance.FrameImage = value
public FrameImage FrameImage { get; set; }
public:
property FrameImage^ FrameImage {
FrameImage^ get ();
void set (FrameImage^ value);
}
member FrameImage : FrameImage with get, set
function get FrameImage () : FrameImage
function set FrameImage (value : FrameImage)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.FrameImage
A FrameImage object.