ReportSize.TryParse Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Tenta analisar o valor de uma cadeia de caracteres em um ReportSize.
Sobrecargas
TryParse(String, ReportSize) |
Tenta analisar o valor de uma cadeia de caracteres em um ReportSize. |
TryParse(String, Boolean, ReportSize) |
Tenta analisar o valor de uma cadeia de caracteres em um ReportSize. |
TryParse(String, ReportSize)
Tenta analisar o valor de uma cadeia de caracteres 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 string.
- reportSize
- ReportSize
[out] 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 o valor de uma cadeia de caracteres 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 string.
- allowNegative
- Boolean
Se deseja permitir um valor negativo em value
.
- reportSize
- ReportSize
[out] o tamanho do relatório analisado.
Retornos
true
se a tentativa for bem-sucedida; caso contrário, false
.