Compartir a través de


BackFrame.FrameWidth Propiedad

Gets an expression that evaluates to the width (thickness) of the frame.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property FrameWidth As ReportDoubleProperty 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

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

Vea también

Referencia

BackFrame Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering