Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Sub EnableNativeCustomReportItem ( _
type As String _
)
'Uso
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
)
Parámetros
- type
Tipo: System.String
The type of the custom report item.
Vea también
Referencia
Sobrecarga de EnableNativeCustomReportItem
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering