Share via


ReportItem.Name 속성

Gets the name of the item on the report, as specified in the report definition.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
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.

참고 항목

참조

ReportItem 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스