RightObjectDescription Property
In This Topic
Set the text to be used in the report column header for the "right" object. Defaults to "Target".
Syntax
'Declaration
Public Property RightObjectDescription As String
public string RightObjectDescription {get; set;}
public:
property String^ RightObjectDescription {
String^ get();
void set ( String^ value);
}
See Also