TextRun.GetDesignTimeText Method ()
Gets the text displayed in Report Designer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function GetDesignTimeText ( _
style As PlaceholderStyle _
) As String
'Usage
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
Parameters
- style
Type: PlaceholderStyle
The placeholder style.
Return Value
Type: System.String
A string value.