Compartir a través de


FrameBackground Propiedad

Appearance properties for the frame background

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property FrameBackground As FrameBackground
    Get
'Uso
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