ReportItemName Property (ReportPart)
In This Topic
Gets or sets the name of the existing report item to be exported as a report part.
Syntax
'Declaration
Public Property ReportItemName As String
public string ReportItemName {get; set;}
Property Value
A
System.String value indicating the name of the existing report item.
See Also