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.
Gets the image to use for the frame background.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property FrameImage As FrameImage
Get
'Usage
Dim instance As BackFrame
Dim value As FrameImage
value = instance.FrameImage
public FrameImage FrameImage { get; }
public:
property FrameImage^ FrameImage {
FrameImage^ get ();
}
member FrameImage : FrameImage
function get FrameImage () : FrameImage
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.FrameImage
A FrameImage object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace