Właściwość Report.PageWidth
Pobiera szerokość strona papieru.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property PageWidth As ReportSize
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.ReportSize
A ReportSize obiektów wskazująca szerokość strona.