Partilhar via


Propriedade do RDL BackFrameInstance.FrameWidth

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property FrameWidth As Double 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

BackFrameInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering