Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.FrameBackground
A FrameBackground object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace