SubReport.NoRowsMessage Property
Gets an expression that evaluates to the message that is displayed when the subreport contains no rows.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property NoRowsMessage As ReportStringProperty
Get
'Usage
Dim instance As SubReport
Dim value As ReportStringProperty
value = instance.NoRowsMessage
public ReportStringProperty NoRowsMessage { get; }
public:
property ReportStringProperty^ NoRowsMessage {
ReportStringProperty^ get ();
}
member NoRowsMessage : ReportStringProperty
function get NoRowsMessage () : ReportStringProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.