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.
Initializes a new instance of the Extension class.
Espace de noms: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
localizedName As String, _
visible As Boolean _
)
public Extension (
string name,
string localizedName,
bool visible
)
public:
Extension (
String^ name,
String^ localizedName,
bool visible
)
public Extension (
String name,
String localizedName,
boolean visible
)
public function Extension (
name : String,
localizedName : String,
visible : boolean
)
Paramètres
- name
The name of the extension as defined in the configuration file.
- localizedName
The localized name of the extension to be used for display purposes in a user interface.
- visible
Indicates whether an extension is visible in a user interface.
Notes
You should not create a new instance of the Extension class.
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
Extension Class
Extension Members
Microsoft.ReportingServices.Interfaces Namespace