Propriedade do RDL OutOfRangeString
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
The string to display when the number is out of range.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property OutOfRangeString As ReportExpression
Get
Set
'Uso
Dim instance As NumericIndicator
Dim value As ReportExpression
value = instance.OutOfRangeString
instance.OutOfRangeString = value
public ReportExpression OutOfRangeString { get; set; }
public:
property ReportExpression OutOfRangeString {
ReportExpression get ();
void set (ReportExpression value);
}
member OutOfRangeString : ReportExpression with get, set
function get OutOfRangeString () : ReportExpression
function set OutOfRangeString (value : ReportExpression)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.
Consulte também