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.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Saves the property value of the report object.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Protected Sub SavePropertyValue(Of T) ( _
propertyName As String, _
value As T, _
swapValue As ReportObject.SwapValue(Of T) _
)
'Utilisation
Dim propertyName As String
Dim value As T
Dim swapValue As ReportObject.SwapValue(Of T)
Me.SavePropertyValue(propertyName, _
value, swapValue)
protected void SavePropertyValue<T>(
string propertyName,
T value,
ReportObject.SwapValue<T> swapValue
)
protected:
generic<typename T>
void SavePropertyValue(
String^ propertyName,
T value,
ReportObject.SwapValue<T>^ swapValue
)
member SavePropertyValue :
propertyName:string *
value:'T *
swapValue:ReportObject.SwapValue<'T> -> unit
JScript ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T
The type of the property.
Paramètres
- propertyName
Type : System.String
The name of the property.
- value
Type : T
The value of the property.
- swapValue
Type : Microsoft.ReportingServices.RdlObjectModel.ReportObject.SwapValue<T>
The swap value.