Partilhar via


Propriedade do RDL ReportPaperSize.Width

Represents the height of a report page, in millimeters. Read-only.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (em ReportExecution2005.dll)

Sintaxe

'Declaração
Public Property Width As Double 
    Get 
    Set
'Uso
Dim instance As ReportPaperSize 
Dim value As Double 

value = instance.Width

instance.Width = value
public double Width { get; set; }
public:
property double Width {
    double get ();
    void set (double value);
}
member Width : float with get, set
function get Width () : double 
function set Width (value : double)

Valor da propriedade

Tipo: System.Double
A read-only Double value containing the width of the report page, in millimeters.

Consulte também

Referência

ReportPaperSize Classe

Namespace ReportExecution2005