ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportPart Class / SizeMode Property

In This Topic
    SizeMode Property (ReportPart)
    In This Topic
    Specifies if the Part Item size can be applied to the report part.
    Syntax
    'Declaration
     
    Public Property SizeMode As ReportPartSizeMode
    public ReportPartSizeMode SizeMode {get; set;}
    See Also