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