MindFusion.Reporting for Silverlight Programmer's Guide
ReportViewer.PageMargins Property
See Also
 





Gets or sets the margins of the pages in the viewer. This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public Thickness PageMargins { get; set; }

Visual Basic  Copy Code

Public Property PageMargins As Thickness

 Property Value

A Silverlight Thickness object specifying the distance between the page edges and the page content, expressed as device-independent pixels. The default is (48,48,48,48).

 See Also

ReportViewer Members
ReportViewer Class
MindFusion.Reporting.Silverlight Namespace