Поделиться через


Метод ReportSize.TryParse (String, Boolean, ReportSize%)

Attempts to parse a string value into a ReportSize.

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

Синтаксис

'Декларация
Public Shared Function TryParse ( _
    value As String, _
    allowNegative As Boolean, _
    <OutAttribute> ByRef reportSize As ReportSize _
) As Boolean
'Применение
Dim value As String 
Dim allowNegative As Boolean 
Dim reportSize As ReportSize 
Dim returnValue As Boolean 

returnValue = ReportSize.TryParse(value, _
    allowNegative, reportSize)
public static bool TryParse(
    string value,
    bool allowNegative,
    out ReportSize reportSize
)
public:
static bool TryParse(
    String^ value, 
    bool allowNegative, 
    [OutAttribute] ReportSize^% reportSize
)
static member TryParse : 
        value:string * 
        allowNegative:bool * 
        reportSize:ReportSize byref -> bool
public static function TryParse(
    value : String, 
    allowNegative : boolean, 
    reportSize : ReportSize
) : boolean

Параметры

  • allowNegative
    Тип: System.Boolean
    Whether to allow a negative value in value.

Возвращаемое значение

Тип: System.Boolean
true if the attempt is successful; otherwise, false.

См. также

Справочник

ReportSize Класс

Перегрузка TryParse

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering