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 | |
---|---|---|
FrameBackground | Gets the appearance properties for the frame background | |
FrameImage | Gets the image to use for the frame background. | |
FrameShape | Gets an expression that evaluates to the shape of the frame. | |
FrameStyle | Gets an expression that evaluates to the style of the frame. | |
FrameWidth | Gets an expression that evaluates to the width (thickness) of the frame. | |
GlassEffect | Gets an expression that evaluates to the glass effect applied to the frame. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Style | Gets the style properties of this report definition object. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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