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