ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Page Class / ThrowIfPlaceHoldersEmpty Property

In This Topic
    ThrowIfPlaceHoldersEmpty Property (Page)
    In This Topic
    Gets or sets a value indicating whether the page should throw an error if placeholders are empty.
    Syntax
    'Declaration
     
    Public Property ThrowIfPlaceHoldersEmpty As Boolean
    public bool ThrowIfPlaceHoldersEmpty {get; set;}

    Property Value

    A System.Boolean value indicating whether to throw an error for empty placeholders.
    See Also