Właściwość ReportParameter.UsedInQuery
Wskazuje, czy parametr jest używana w kwerendzie w raporcie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property UsedInQuery As UsedInQueryTypes
Get
Set
'Użycie
Dim instance As ReportParameter
Dim value As UsedInQueryTypes
value = instance.UsedInQuery
instance.UsedInQuery = value
public UsedInQueryTypes UsedInQuery { get; set; }
public:
property UsedInQueryTypes UsedInQuery {
UsedInQueryTypes get ();
void set (UsedInQueryTypes value);
}
member UsedInQuery : UsedInQueryTypes with get, set
function get UsedInQuery () : UsedInQueryTypes
function set UsedInQuery (value : UsedInQueryTypes)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.UsedInQueryTypes
A UsedInQueryTypes obiektu.
Zobacz także