ReportParameterInfo.Name 속성
매개 변수의 이름을 가져옵니다. 읽기 전용입니다.
네임스페이스: Microsoft.Reporting.WebForms
어셈블리: Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)
구문
‘선언
Public ReadOnly Property Name As String
Get
‘사용 방법
Dim instance As ReportParameterInfo
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string
function get Name () : String
속성 값
유형: System.String
매개 변수의 이름을 포함하는 string