Freigeben über


BackFrame.FrameStyle-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property FrameStyle As ReportEnumProperty(Of GaugeFrameStyles)
    Get
'Usage
Dim instance As BackFrame 
Dim value As ReportEnumProperty(Of GaugeFrameStyles)

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeFrameStyles>
A ReportEnumProperty<EnumType> object.

Siehe auch

Verweis

BackFrame Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace