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

In This Topic
    NoRowsMessage Property (Tablix)
    In This Topic
    Gets or sets the message to display in the DataRegion (instead of the region layout) when no rows of data are available. Note: Style information on the data region applies to this text.
    Syntax
    'Declaration
     
    Public Property NoRowsMessage As RdlString
    public RdlString NoRowsMessage {get; set;}
    See Also