此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Saves the property value of the report object.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Protected Sub SavePropertyValue(Of T) ( _
propertyName As String, _
value As T, _
swapValue As ReportObject.SwapValue(Of T) _
)
用法
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 不支持一般类型和方法。
类型参数
- T
The type of the property.
参数
- propertyName
类型:System.String
The name of the property.
- value
类型:T
The value of the property.
- swapValue
类型:Microsoft.ReportingServices.RdlObjectModel.ReportObject.SwapValue<T>
The swap value.