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
)
Parameters
- type
The type of custom report item to enable.
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