Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the message to display in the data region when it contains no rows.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property NoRowsMessage As ReportExpression
Get
Set
'Usage
Dim instance As DataRegion
Dim value As ReportExpression
value = instance.NoRowsMessage
instance.NoRowsMessage = value
public ReportExpression NoRowsMessage { get; set; }
public:
property ReportExpression NoRowsMessage {
ReportExpression get ();
void set (ReportExpression value);
}
member NoRowsMessage : ReportExpression with get, set
function get NoRowsMessage () : ReportExpression
function set NoRowsMessage (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.