ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export.Streaming Namespace / StreamingRendererSettings Class / IncludePageMargins Property

In This Topic
    IncludePageMargins Property (StreamingRendererSettings)
    In This Topic
    Gets or sets a value indicating whether to include page margins in the rendering.
    Syntax
    'Declaration
     
    Public Property IncludePageMargins As Boolean
    public bool IncludePageMargins {get; set;}

    Property Value

    true if page margins should be included; otherwise, false.
    See Also