다음을 통해 공유


Report.EnableNativeCustomReportItem 메서드 (String)

Configures the rendering object model to make custom report items of the given type available.

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

구문

‘선언
Public Sub EnableNativeCustomReportItem ( _
    type As String _
)
‘사용 방법
Dim instance As Report 
Dim type As String

instance.EnableNativeCustomReportItem(type)
public void EnableNativeCustomReportItem(
    string type
)
public:
void EnableNativeCustomReportItem(
    String^ type
)
member EnableNativeCustomReportItem : 
        type:string -> unit
public function EnableNativeCustomReportItem(
    type : String
)

매개 변수

  • type
    유형: System.String
    The type of custom report item to enable.

주의

If not called for a particular type of custom report item, the AltReportItem property will appear in place of any CustomReportItem of that type. Omitting the custom report item type parameter (or providing nullnull 참조(Visual Basic에서는 Nothing)) will enable all types of custom report items.

참고 항목

참조

Report 클래스

EnableNativeCustomReportItem 오버로드

Microsoft.ReportingServices.ReportRendering 네임스페이스