Udostępnij przez


Metoda Report.EnableNativeCustomReportItem (String)

Wskazuje, mechanizm renderujący natywnie obsługuje wszystkie niestandardowe element raportu typy, tak aby aparatu przetwarzania, nie należy generować obrazu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Sub EnableNativeCustomReportItem ( _
    type As String _
)
'Użycie
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
)

Parametry