Propriété PageWidth
Gets the default width for rendering the report in a physical-page oriented renderer.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PageWidth As ReportSize
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.