ComponentOne Reports for WPF
C1.C1Report Namespace / Layout Class / PaperSize Property

In This Topic
    PaperSize Property (Layout)
    In This Topic
    Gets or sets the paper size for the report.
    Syntax
    'Declaration
     
    Public Property PaperSize As PaperKind
    public PaperKind PaperSize {get; set;}
    See Also