Compartir a través de


GetDesignTimeText Método ()

Gets the text displayed in Report Designer.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Function GetDesignTimeText ( _
    style As PlaceholderStyle _
) As String
'Uso
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

Parámetros

  • style
    Tipo: PlaceholderStyle
    The placeholder style.

Valor devuelto

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