Proprietà PageWidth
Gets the width of the paper page.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property PageWidth As ReportSize
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize object that indicates the width of the page.
Vedere anche