ReportObject.SavePropertyValue<T> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cela enregistre la valeur de propriété de l’objet rapport.
protected:
generic <typename T>
void SavePropertyValue(System::String ^ propertyName, T value, Microsoft::ReportingServices::RdlObjectModel::ReportObject::SwapValue<T> ^ swapValue);
protected void SavePropertyValue<T>(string propertyName, T value, Microsoft.ReportingServices.RdlObjectModel.ReportObject.SwapValue<T> swapValue);
member this.SavePropertyValue : string * 'T * Microsoft.ReportingServices.RdlObjectModel.ReportObject.SwapValue<'T> -> unit
Protected Sub SavePropertyValue(Of T) (propertyName As String, value As T, swapValue As ReportObject.SwapValue(Of T))
Paramètres de type
- T
Type de la propriété.
Paramètres
- propertyName
- String
Nom de la propriété.
- value
- T
Valeur de la propriété.
- swapValue
- ReportObject.SwapValue<T>
La valeur du swap.