ReportItemName Property (GridCell)
In This Topic
Gets or sets a name of the report item contained in the cell.
Syntax
'Declaration
Public Property ReportItemName As String
public string ReportItemName {get; set;}
Property Value
A
System.String value indicating the name of the report item contained in the cell.
See Also