Condividi tramite


Metodo GetDesignTimeText ()

Gets the text displayed in Report Designer.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Function GetDesignTimeText ( _
    style As PlaceholderStyle _
) As String
'Utilizzo
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

Parametri

  • style
    Tipo: PlaceholderStyle
    The placeholder style.

Valore restituito

Tipo: System. . :: . .String
A string value.