Partager via


Propriété Report.PageWidth

Gets the width of the paper page.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PageWidth As ReportSize 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.ReportRendering