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.