다음을 통해 공유


ReportItem.Name 속성

Gets the descriptive name of the report item.

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

구문

‘선언
Public Overridable ReadOnly Property Name As String 
    Get
‘사용 방법
Dim instance As ReportItem 
Dim value As String 

value = instance.Name
public virtual string Name { get; }
public:
virtual property String^ Name {
    String^ get ();
}
abstract Name : string 
override Name : string
function get Name () : String

속성 값

유형: System.String
A string value that represents the descriptive name of the report item.

참고 항목

참조

ReportItem 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스