Report.EnableNativeCustomReportItem 메서드

정의

사용자 지정 보고서 항목을 사용할 수 있도록 렌더링 개체 모델을 구성합니다.

오버로드

EnableNativeCustomReportItem()

사용자 지정 보고서 항목을 사용할 수 있도록 렌더링 개체 모델을 구성합니다.

EnableNativeCustomReportItem(String)

지정된 유형의 사용자 지정 보고서 항목을 사용할 수 있도록 렌더링 개체 모델을 구성합니다.

설명

특정 유형의 사용자 지정 보고서 항목 AltReportItem 에 대해 호출하지 않으면 속성이 해당 형식 대신 CustomReportItem 표시됩니다. 사용자 지정 보고서 항목 type 매개 변수(또는 제공)를 null생략하면 모든 유형의 사용자 지정 보고서 항목이 활성화됩니다.

EnableNativeCustomReportItem()

사용자 지정 보고서 항목을 사용할 수 있도록 렌더링 개체 모델을 구성합니다.

public:
 void EnableNativeCustomReportItem();
public void EnableNativeCustomReportItem ();
member this.EnableNativeCustomReportItem : unit -> unit
Public Sub EnableNativeCustomReportItem ()

설명

특정 유형의 사용자 지정 보고서 항목 AltReportItem 에 대해 호출하지 않으면 속성이 해당 형식 대신 CustomReportItem 표시됩니다. 사용자 지정 보고서 항목 type 매개 변수(또는 제공)를 null생략하면 모든 유형의 사용자 지정 보고서 항목이 활성화됩니다.

적용 대상

EnableNativeCustomReportItem(String)

지정된 유형의 사용자 지정 보고서 항목을 사용할 수 있도록 렌더링 개체 모델을 구성합니다.

public:
 void EnableNativeCustomReportItem(System::String ^ type);
public void EnableNativeCustomReportItem (string type);
member this.EnableNativeCustomReportItem : string -> unit
Public Sub EnableNativeCustomReportItem (type As String)

매개 변수

type
String

사용하도록 설정할 사용자 지정 보고서 항목의 유형입니다.

설명

특정 유형의 사용자 지정 보고서 항목 AltReportItem 에 대해 호출하지 않으면 속성이 해당 형식 대신 CustomReportItem 표시됩니다. 사용자 지정 보고서 항목 type 매개 변수(또는 제공)를 null생략하면 모든 유형의 사용자 지정 보고서 항목이 활성화됩니다.

적용 대상