Udostępnij za pośrednictwem


Report.EnableNativeCustomReportItem Method ()

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

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

Syntax

'Declaration
Public Sub EnableNativeCustomReportItem
public void EnableNativeCustomReportItem ()
public:
void EnableNativeCustomReportItem ()
public void EnableNativeCustomReportItem ()
public function EnableNativeCustomReportItem ()

Remarks

New:5 December 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.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Report Class
Report Members
Microsoft.ReportingServices.ReportRendering Namespace