Метод GetDesignTimeText ()

Gets the text displayed in Report Designer.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
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.