GetDesignTimeText méthode ()
Gets the text displayed in Report Designer.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Function GetDesignTimeText ( _
style As PlaceholderStyle _
) As String
'Utilisation
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
Paramètres
- style
Type : PlaceholderStyle
The placeholder style.
Valeur de retour
Type : System. . :: . .String
A string value.