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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlString NoRowsMessage { get; set; }
Visual Basic
Public Property NoRowsMessage As RdlString
	Get
	Set

See Also