ReportName Property (ReportViewer)
In This Topic
Gets or sets the name of the report to be shown by the Viewer.
Syntax
'Declaration
Public Property ReportName As String
public string ReportName {get; set;}
Property Value
The name of the report as a
System.String.
See Also