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