BackFrame.FrameShape 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property FrameShape As ReportEnumProperty(Of GaugeFrameShapes)
    Get
用法
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>