Partilhar via


Propriedade do RDL Report.PageWidth

Gets the width of the paper page.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.ReportRendering