Método ReportObject.SavePropertyValue<T>
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Saves the property value of the report object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 não dá suporte a tipos e 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.