Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Shape of the frame.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property FrameShape As ReportExpression(Of FrameShapes)
Get
Set
'Usage
Dim instance As BackFrame
Dim value As ReportExpression(Of FrameShapes)
value = instance.FrameShape
instance.FrameShape = value
public ReportExpression<FrameShapes> FrameShape { get; set; }
public:
property ReportExpression<FrameShapes> FrameShape {
ReportExpression<FrameShapes> get ();
void set (ReportExpression<FrameShapes> value);
}
member FrameShape : ReportExpression<FrameShapes> with get, set
function get FrameShape () : ReportExpression<FrameShapes>
function set FrameShape (value : ReportExpression<FrameShapes>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<FrameShapes>
A ReportExpression<T> object.