Classe ReportPaperSize
Represents the paper size of a report page. Read-only.
Gerarchia di ereditarietà
System. . :: . .Object
ReportExecution2005..::..ReportPaperSize
Spazio dei nomi ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ReportPaperSize
'Utilizzo
Dim instance As ReportPaperSize
[SerializableAttribute]
public class ReportPaperSize
[SerializableAttribute]
public ref class ReportPaperSize
[<SerializableAttribute>]
type ReportPaperSize = class end
public class ReportPaperSize
Nel tipo ReportPaperSize sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ReportPaperSize | Initializes a new instance of the ReportPaperSize class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Height | Represents the height of a report page, in millimeters. Read-only. | |
Width | Represents the height of a report page, in millimeters. Read-only. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
This is used by the PageSettings class, which is returned as the ReportPageSettings property of the ExecutionInfo class.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.