Message ReportText Property | MSG .NET Class Library |
Contains report text.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string ReportText { get; set; }
public string ReportText { get; set; }
Public Property ReportText As String Get Set
Public Property ReportText As String Get Set
Dim instance As Message Dim value As String value = instance.ReportText instance.ReportText = value
Dim instance As Message Dim value As String value = instance.ReportText instance.ReportText = value
/** @property */ public String get_ReportText() /** @property */ public void set_ReportText(String value)
/** @property */ public String get_ReportText() /** @property */ public void set_ReportText(String value)
function get ReportText () : String function set ReportText (value : String)
function get ReportText () : String function set ReportText (value : String)
function get_ReportText(); function set_ReportText(value);
function get_ReportText(); function set_ReportText(value);
Property Value
Type:
The report text.
See Also