ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / C1ReportViewer Class / PageSize Property

In This Topic
    PageSize Property (C1ReportViewer)
    In This Topic
    Gets or sets the size of the page used for displaying and printing HTML documents.
    Syntax
    'Declaration
     
    Public Property PageSize As Size
    public Size PageSize {get; set;}
    See Also