BackFrame.FrameShape Property

Definition

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

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::GaugeFrameShapes> ^ FrameShape { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::GaugeFrameShapes> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.GaugeFrameShapes> FrameShape { get; }
member this.FrameShape : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.GaugeFrameShapes>
Public ReadOnly Property FrameShape As ReportEnumProperty(Of GaugeFrameShapes)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to