BackFrame.FrameWidth Property
Gets an expression that evaluates to the width (thickness) of the frame.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property FrameWidth As ReportDoubleProperty
Get
'Usage
Dim instance As BackFrame
Dim value As ReportDoubleProperty
value = instance.FrameWidth
public ReportDoubleProperty FrameWidth { get; }
public:
property ReportDoubleProperty^ FrameWidth {
ReportDoubleProperty^ get ();
}
member FrameWidth : ReportDoubleProperty
function get FrameWidth () : ReportDoubleProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Remarks
The value is measured as a percentage of the width or height of the gauge or gauge container, whichever is smaller.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace