ReportSize.TryParse Método

Definição

Tenta analisar um valor de string em um ReportSize.

Sobrecargas

Nome Description
TryParse(String, ReportSize)

Tenta analisar um valor de string em um ReportSize.

TryParse(String, Boolean, ReportSize)

Tenta analisar um valor de string em um ReportSize.

TryParse(String, ReportSize)

Tenta analisar um valor de string em um ReportSize.

public:
 static bool TryParse(System::String ^ value, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ % reportSize);
public static bool TryParse(string value, out Microsoft.ReportingServices.OnDemandReportRendering.ReportSize reportSize);
static member TryParse : string * ReportSize -> bool
Public Shared Function TryParse (value As String, ByRef reportSize As ReportSize) As Boolean

Parâmetros

value
String

O valor da cadeia.

reportSize
ReportSize

[fora] o tamanho do relatório analisado.

Retornos

true se a tentativa for bem-sucedida; caso contrário, false.

Aplica-se a

TryParse(String, Boolean, ReportSize)

Tenta analisar um valor de string em um ReportSize.

public:
 static bool TryParse(System::String ^ value, bool allowNegative, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ % reportSize);
public static bool TryParse(string value, bool allowNegative, out Microsoft.ReportingServices.OnDemandReportRendering.ReportSize reportSize);
static member TryParse : string * bool * ReportSize -> bool
Public Shared Function TryParse (value As String, allowNegative As Boolean, ByRef reportSize As ReportSize) As Boolean

Parâmetros

value
String

O valor da cadeia.

allowNegative
Boolean

Se permitir um valor negativo em value.

reportSize
ReportSize

[fora] o tamanho do relatório analisado.

Retornos

true se a tentativa for bem-sucedida; caso contrário, false.

Aplica-se a