FrameShape 屬性
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>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeFrameShapes> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.