Proprietà ErrorMessage
Gets the error message of this SubReportInstance.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ErrorMessage As String
Get
'Utilizzo
Dim instance As SubReportInstance
Dim value As String
value = instance.ErrorMessage
public string ErrorMessage { get; }
public:
property String^ ErrorMessage {
String^ get ();
}
member ErrorMessage : string
function get ErrorMessage () : String
Valore proprietà
Tipo: System. . :: . .String
A string value that represents the error message.
Vedere anche