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.
Constructs a CustomProperty object.
Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
value As Object _
)
public CustomProperty (
string name,
Object value
)
public:
CustomProperty (
String^ name,
Object^ value
)
public CustomProperty (
String name,
Object value
)
public function CustomProperty (
name : String,
value : Object
)
Paramètres
- name
The name of the custom property.
- value
The Value of the custom property.
Notes
Nouveau :5 décembre 2005
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
CustomProperty Class
CustomProperty Members
Microsoft.ReportingServices.ReportRendering Namespace