ReportObject.SavePropertyValue<T> Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Saves the property value of the report object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Protected Sub SavePropertyValue(Of T) ( _
    propertyName As String, _
    value As T, _
    swapValue As ReportObject.SwapValue(Of T) _
)
'Usage
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 does not support generic types and methods.

Type Parameters

  • T
    The type of the property.

Parameters

  • value
    Type: T
    The value of the property.

See Also

Reference

ReportObject Class

Microsoft.ReportingServices.RdlObjectModel Namespace