Proprietà FrameWidth
Width (thickness) of the frame.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property FrameWidth As ReportDoubleProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Osservazioni
The value is measured as a percentage of the width or height of the gauge or gauge container, whichever is smaller.
Vedere anche