GetDesignTimeText 메서드 ()
Gets the text displayed in Report Designer.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
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.