Właściwość Parameter.Omit
Pobiera wyrażenie definiującego wartość wskazująca, czy parametr powinny być pominięte.Prawidłowe tylko dla przeglądanie szczegółowe parametry.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Omit As ReportBoolProperty
Get
'Użycie
Dim instance As Parameter
Dim value As ReportBoolProperty
value = instance.Omit
public ReportBoolProperty Omit { get; }
public:
property ReportBoolProperty^ Omit {
ReportBoolProperty^ get ();
}
member Omit : ReportBoolProperty
function get Omit () : ReportBoolProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty obiektu.
Zobacz także