Metodo ReportObject.SavePropertyValue<T>
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Saves the property value of the report object.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Protected Sub SavePropertyValue(Of T) ( _
propertyName As String, _
value As T, _
swapValue As ReportObject.SwapValue(Of T) _
)
'Utilizzo
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 non supporta i metodi e i tipi generici.
Parametri di tipo
- T
The type of the property.
Parametri
- propertyName
Tipo: System.String
The name of the property.
- value
Tipo: T
The value of the property.
- swapValue
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportObject.SwapValue<T>
The swap value.