Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the report data source.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As ReportDataSourceInfo
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
/** @property */
public String get_Name ()
public function get Name () : String
Property Value
A String containing the name of the report data source.
See Also
Reference
ReportDataSourceInfo Class
ReportDataSourceInfo Members
Microsoft.Reporting.WinForms Namespace