GetDesignTimeText 方法 ()
Gets the text displayed in Report Designer.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Function GetDesignTimeText ( _
style As PlaceholderStyle _
) As String
用法
Dim instance As TextRun
Dim style As PlaceholderStyle
Dim returnValue As String
returnValue = instance.GetDesignTimeText(style)
public string GetDesignTimeText(
PlaceholderStyle style
)
public:
String^ GetDesignTimeText(
PlaceholderStyle style
)
member GetDesignTimeText :
style:PlaceholderStyle -> string
public function GetDesignTimeText(
style : PlaceholderStyle
) : String
参数
- style
类型:PlaceholderStyle
The placeholder style.
返回值
类型:System. . :: . .String
A string value.