Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the Omit property in a Parameter class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property Omit As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
A Boolean value that represents the calculated value of the Omit property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace