ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / SupportedPageInfo Class / SetWidth Method
An System.Int32 indicating the number of twips to which to set the page width.

In This Topic
    SetWidth Method
    In This Topic
    Sets the width of the page in twips.
    Syntax
    'Declaration
     
    Public Sub SetWidth( _
       ByVal value As Integer _
    ) 
    public void SetWidth( 
       int value
    )

    Parameters

    value
    An System.Int32 indicating the number of twips to which to set the page width.
    See Also