Report.EnableNativeCustomReportItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.
Overloads
EnableNativeCustomReportItem() |
Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image. |
EnableNativeCustomReportItem(String) |
Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image. |
EnableNativeCustomReportItem()
Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.
public:
void EnableNativeCustomReportItem();
public void EnableNativeCustomReportItem ();
member this.EnableNativeCustomReportItem : unit -> unit
Public Sub EnableNativeCustomReportItem ()
Applies to
EnableNativeCustomReportItem(String)
Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.
public:
void EnableNativeCustomReportItem(System::String ^ type);
public void EnableNativeCustomReportItem (string type);
member this.EnableNativeCustomReportItem : string -> unit
Public Sub EnableNativeCustomReportItem (type As String)
Parameters
- type
- String
The type of the custom report item.