Compartilhar via


Propriedade do RDL BackFrame.FrameShape

Gets an expression that evaluates to the shape of the frame.

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

Sintaxe

'Declaração
Public ReadOnly Property FrameShape As ReportEnumProperty(Of GaugeFrameShapes)
    Get
'Uso
Dim instance As BackFrame 
Dim value As ReportEnumProperty(Of GaugeFrameShapes)

value = instance.FrameShape
public ReportEnumProperty<GaugeFrameShapes> FrameShape { get; }
public:
property ReportEnumProperty<GaugeFrameShapes>^ FrameShape {
    ReportEnumProperty<GaugeFrameShapes>^ get ();
}
member FrameShape : ReportEnumProperty<GaugeFrameShapes>
function get FrameShape () : ReportEnumProperty<GaugeFrameShapes>

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeFrameShapes>
A ReportEnumProperty<EnumType> object.

Consulte também

Referência

BackFrame Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering