다음을 통해 공유


EnableNativeCustomReportItem 메서드

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

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

구문

‘선언
Public Sub EnableNativeCustomReportItem
‘사용 방법
Dim instance As Report

instance.EnableNativeCustomReportItem()
public void EnableNativeCustomReportItem()
public:
void EnableNativeCustomReportItem()
member EnableNativeCustomReportItem : unit -> unit 
public function EnableNativeCustomReportItem()

주의

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 null Nothing nullptr unit null 참조(Visual Basic에서는 Nothing) ) will enable all types of custom report items.