Właściwość ReportPaperSize.Width
Reprezentuje wysokooć strona raportu, w milimetrach.Tylko do odczytu.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property Width As Double
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Double
Tylko do odczytu podwójne wartość zawierające szerokość strona raportu w milimetrach.