共用方式為


BackFrame.FrameStyle 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property FrameStyle As ReportEnumProperty(Of GaugeFrameStyles)
    Get
'用途
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>

屬性值

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

請參閱

參考

BackFrame 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間