Partager via


Propriété BackFrameInstance.FrameWidth

Gets the calculated value of the FrameWidth property in a BackFrame class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FrameWidth As Double 
    Get
'Utilisation
Dim instance As BackFrameInstance 
Dim value As Double 

value = instance.FrameWidth
public double FrameWidth { get; }
public:
property double FrameWidth {
    double get ();
}
member FrameWidth : float
function get FrameWidth () : double

Valeur de propriété

Type : System.Double
A double value that represents the calculated value of the FrameWidth property.

Voir aussi

Référence

BackFrameInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering