ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IPage Interface / ThrowIfPlaceHoldersEmpty Property

In This Topic
    ThrowIfPlaceHoldersEmpty Property (IPage)
    In This Topic
    Gets a value indicating whether the page should be thrown if placeholders are empty.
    Syntax
    'Declaration
     
    ReadOnly Property ThrowIfPlaceHoldersEmpty As Boolean
    bool ThrowIfPlaceHoldersEmpty {get;}

    Property Value

    A System.Boolean value. true if the page should be thrown when placeholders are empty; otherwise, false.
    See Also