ReportPageSettings.Margins 属性

表示报表页的边距。只读。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Public ReadOnly Property Margins As Margins
public Margins Margins { get; }
public:
property Margins^ Margins {
    Margins^ get ();
}
member Margins : Margins with get
function get Margins () : Margins

属性值

类型:Margins
包含有关报表页的边距信息的只读 Margins 对象。

请参阅

参考

ReportPageSettings 类

Microsoft.Reporting.WebForms 命名空间