Name 속성
Gets the name of the item on the report, as specified in the report definition.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public ReadOnly Property Name As String
Get
‘사용 방법
Dim instance As ReportItem
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
A String containing the name of the item on the report.
주의
Names are unique per report definition, but not across subreports, and can be duplicated for each row of data in a data region.