Propriedade NoRowsMessage
Gets the calculated value of the NoRowsMessage property in a SubReport 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 SubReportInstance
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