次の方法で共有


BackFrame.FrameShape プロパティ

フレームの図形に評価される式を取得します。

名前空間:  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<GaugeFrameShapes>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

BackFrame クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間