Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Subreport Class / NoRowsMessage Property

In This Topic
    NoRowsMessage Property (Subreport)
    In This Topic
    Gets or sets the message to display in the subreport (instead of the region layout) when no rows of data are available in any data set which is used in the body of the subreport.

    Note: Style information on the subreport applies to this text.

    Syntax
    'Declaration
     
    Public Property NoRowsMessage As RdlString
    public RdlString NoRowsMessage {get; set;}
    See Also