Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 (in microsoft.reportingservices.processingcore.dll)
Syntaxe
'Déclaration
Public Sub EnableNativeCustomReportItem ( _
type As String _
)
public void EnableNativeCustomReportItem (
string type
)
public:
void EnableNativeCustomReportItem (
String^ type
)
public void EnableNativeCustomReportItem (
String type
)
public function EnableNativeCustomReportItem (
type : String
)
Paramètres
- type
The type of custom report item to enable.
Notes
Nouveau :5 décembre 2005
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 null) will enable all types of custom report items.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Report Class
Report Members
Microsoft.ReportingServices.ReportRendering Namespace