Freigeben über


BackFrame.FrameWidth-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Hinweise

The value is measured as a percentage of the width or height of the gauge or gauge container, whichever is smaller.

Siehe auch

Verweis

BackFrame Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace