DisplayName Property (ReportPartProperty)
In This Topic
Gets or sets the display name of the property.
Syntax
'Declaration
Public Property DisplayName As String
public string DisplayName {get; set;}
Property Value
A
System.String value indicating the display name of the property.
See Also