ReportExpression.ToString 方法 (String, IFormatProvider)
Converts the current ReportExpression instance to a string.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Function ToString ( _
format As String, _
provider As IFormatProvider _
) As String
用法
Dim instance As ReportExpression
Dim format As String
Dim provider As IFormatProvider
Dim returnValue As String
returnValue = instance.ToString(format, _
provider)
public string ToString(
string format,
IFormatProvider provider
)
public:
virtual String^ ToString(
String^ format,
IFormatProvider^ provider
) sealed
abstract ToString :
format:string *
provider:IFormatProvider -> string
override ToString :
format:string *
provider:IFormatProvider -> string
public final function ToString(
format : String,
provider : IFormatProvider
) : String
参数
- format
类型:System.String
The formatting string.
- provider
类型:System.IFormatProvider
Provides parsing information for the formatting string.
返回值
类型:System.String
A string value.