Partager via


Méthode Report.EnableNativeCustomReportItem (String)

Configures the rendering object model to make custom report items of the given type available.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Sub EnableNativeCustomReportItem ( _
    type As String _
)
'Utilisation
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
)

Paramètres

  • type
    Type : System.String
    The type of custom report item to enable.

Notes

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 nullune référence Null (Nothing dans Visual Basic)) will enable all types of custom report items.

Voir aussi

Référence

Report Classe

Surcharge EnableNativeCustomReportItem

Espace de noms Microsoft.ReportingServices.ReportRendering