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

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