Propriété FrameWidth
Gets an expression that evaluates to the width (thickness) of the frame.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FrameWidth As ReportDoubleProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Notes
The value is measured as a percentage of the width or height of the gauge or gauge container, whichever is smaller.
Voir aussi