Freigeben über


Report.EnableNativeCustomReportItem Method (String)

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

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
Public Sub EnableNativeCustomReportItem ( _
    type As String _
)
public void EnableNativeCustomReportItem (
    string type
)
public:
void EnableNativeCustomReportItem (
    String^ type
)
public void EnableNativeCustomReportItem (
    String type
)
public function EnableNativeCustomReportItem (
    type : String
)

Parameter

  • type
    The type of custom report item to enable.

Hinweise

Neu:05. Dezember 2005

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) will enable all types of custom report items.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Report Class
Report Members
Microsoft.ReportingServices.ReportRendering Namespace