Compartilhar via


Propriedade do RDL DataRegionInstance.NoRowsMessage

Gets the calculated value of the NoRowsMessage property in a DataRegion class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property NoRowsMessage As String 
    Get
'Uso
Dim instance As DataRegionInstance 
Dim value As String 

value = instance.NoRowsMessage
public string NoRowsMessage { get; }
public:
property String^ NoRowsMessage {
    String^ get ();
}
member NoRowsMessage : string
function get NoRowsMessage () : String

Valor da propriedade

Tipo: System.String
A string value that represents the calculated value of the NoRowsMessage property.

Consulte também

Referência

DataRegionInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering