PageWidth propriété
Gets the width of the paper page.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans 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 la propriété
Type : Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize object that indicates the width of the page.
Voir aussi