BackFrame.FrameShape Property

Definition

Shape of the frame.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::FrameShapes> FrameShape { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::FrameShapes> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::FrameShapes> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.FrameShapes> FrameShape { get; set; }
member this.FrameShape : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.FrameShapes> with get, set
Public Property FrameShape As ReportExpression(Of FrameShapes)

Property Value

A ReportExpression<T> object.

Applies to