共用方式為


FrameShape 屬性

Gets the calculated value of the FrameShape property in a BackFrame class.

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

語法

'宣告
Public ReadOnly Property FrameShape As GaugeFrameShapes
    Get
'用途
Dim instance As BackFrameInstance
Dim value As GaugeFrameShapes

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeFrameShapes
A GaugeFrameShapes value that represents the calculated value of the FrameShape property.