Compartilhar via


Propriedade do RDL BackFrame.FrameBackground

Gets the appearance properties for the frame background

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.FrameBackground
A FrameBackground object.

Consulte também

Referência

BackFrame Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering