Compartir a través de


Report.PageWidth Propiedad

Gets the width of the paper page.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property PageWidth As ReportSize 
    Get
'Uso
Dim instance As Report 
Dim value As ReportSize 

value = instance.PageWidth
public ReportSize PageWidth { get; }
public:
property ReportSize^ PageWidth {
    ReportSize^ get ();
}
member PageWidth : ReportSize
function get PageWidth () : ReportSize

Valor de la propiedad

Tipo: Microsoft.ReportingServices.ReportRendering.ReportSize
A ReportSize object indicating the width of the page.

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering