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.

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