ReportItem 생성자

정의

ReportItem 클래스의 새 인스턴스를 초기화합니다.

오버로드

ReportItem()

ReportItem 클래스의 새 인스턴스를 초기화합니다.

ReportItem(String, String)

ReportItem 클래스의 새 인스턴스를 초기화합니다.

ReportItem()

ReportItem 클래스의 새 인스턴스를 초기화합니다.

protected:
 ReportItem();
protected ReportItem ();
Protected Sub New ()

적용 대상

ReportItem(String, String)

ReportItem 클래스의 새 인스턴스를 초기화합니다.

protected:
 ReportItem(System::String ^ definitionName, System::String ^ instanceName);
protected ReportItem (string definitionName, string instanceName);
new Microsoft.ReportingServices.ReportRendering.ReportItem : string * string -> Microsoft.ReportingServices.ReportRendering.ReportItem
Protected Sub New (definitionName As String, instanceName As String)

매개 변수

definitionName
String

보고서 항목의 정의 이름입니다.

instanceName
String

보고서 항목의 인스턴스 이름입니다.

적용 대상