Propriedade AllowBlank
Indicates the value for this parameter is allowed to be the empty string.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property AllowBlank As Boolean
Get
'Uso
Dim instance As ReportParameter
Dim value As Boolean
value = instance.AllowBlank
public bool AllowBlank { get; }
public:
property bool AllowBlank {
bool get ();
}
member AllowBlank : bool
function get AllowBlank () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value.
Consulte também