Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a value that indicates whether or not the parameter is used in a query in the report.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property UsedInQuery As UsedInQueryTypes
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.UsedInQueryTypes
A UsedInQueryTypes object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel