ReportObject.SavePropertyValue<T> Method

Definition

Saves the property value of the report object.

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))

Type Parameters

T

The type of the property.

Parameters

propertyName
String

The name of the property.

value
T

The value of the property.

swapValue
ReportObject.SwapValue<T>

The swap value.

Applies to