Propriété PageWidth
Obtient la largeur de la page de papier.
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
Objet ReportSize indiquant la largeur de la page.