Compartir a través de


Omit Propiedad

Gets the calculated value of the Omit property in a Parameter class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Property Omit As Boolean
    Get
    Set
'Uso
Dim instance As ParameterInstance
Dim value As Boolean

value = instance.Omit

instance.Omit = value
public bool Omit { get; set; }
public:
property bool Omit {
    bool get ();
    void set (bool value);
}
member Omit : bool with get, set
function get Omit () : boolean
function set Omit (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the Omit property.