PageSettings.PaperSize Propiedad
Represents the paper size settings for a report page. Read-only.
Espacio de nombres: ReportExecution2005
Ensamblado: ReportExecution2005 (en ReportExecution2005.dll)
Sintaxis
'Declaración
Public Property PaperSize As ReportPaperSize
Get
Set
'Uso
Dim instance As PageSettings
Dim value As ReportPaperSize
value = instance.PaperSize
instance.PaperSize = value
public ReportPaperSize PaperSize { get; set; }
public:
property ReportPaperSize^ PaperSize {
ReportPaperSize^ get ();
void set (ReportPaperSize^ value);
}
member PaperSize : ReportPaperSize with get, set
function get PaperSize () : ReportPaperSize
function set PaperSize (value : ReportPaperSize)
Valor de la propiedad
Tipo: ReportExecution2005.ReportPaperSize
A read-only ReportPaperSize object encapsulating the paper size for a report page.