Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub EnableNativeCustomReportItem ( _
type As String _
)
'Usage
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
)
Parameters
- type
Type: System.String
The type of the custom report item.
See Also
Reference
EnableNativeCustomReportItem Overload
Microsoft.ReportingServices.OnDemandReportRendering Namespace