BackFrame.FrameShape Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.