ReportObject.SavePropertyValue<T> Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Saves the property value of the report object.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Protected Sub SavePropertyValue(Of T) ( _
propertyName As String, _
value As T, _
swapValue As ReportObject.SwapValue(Of T) _
)
'Uso
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 no admite tipos y métodos genéricos.
Parámetros de tipo
- T
The type of the property.
Parámetros
- 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.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel