Compartilhar via


Classe BackFrame

Represents the frame and frame background for a gauge or gauge panel.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BackFrame

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

Sintaxe

'Declaração
Public NotInheritable Class BackFrame _
    Implements IROMStyleDefinitionContainer
'Uso
Dim instance As BackFrame
public sealed class BackFrame : IROMStyleDefinitionContainer
public ref class BackFrame sealed : IROMStyleDefinitionContainer
[<SealedAttribute>]
type BackFrame =  
    class 
        interface IROMStyleDefinitionContainer 
    end
public final class BackFrame implements IROMStyleDefinitionContainer

O tipo BackFrame expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública FrameBackground Gets the appearance properties for the frame background
Propriedade pública FrameImage Gets the image to use for the frame background.
Propriedade pública FrameShape Gets an expression that evaluates to the shape of the frame.
Propriedade pública FrameStyle Gets an expression that evaluates to the style of the frame.
Propriedade pública FrameWidth Gets an expression that evaluates to the width (thickness) of the frame.
Propriedade pública GlassEffect Gets an expression that evaluates to the glass effect applied to the frame.
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública Style Gets the style properties of this report definition object.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering