Compartir a través de


Page.PageWidth Propiedad

Gets the default width for rendering the report in a physical-page oriented renderer.

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

Sintaxis

'Declaración
Public ReadOnly Property PageWidth As ReportSize 
    Get
'Uso
Dim instance As Page 
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.OnDemandReportRendering.ReportSize
A ReportSize object.

Vea también

Referencia

Page Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering