Classe QueryParameter
Represents a query parameter.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..QueryParameter
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class QueryParameter _
Inherits ReportObject _
Implements INamedObject
'Uso
Dim instance As QueryParameter
public class QueryParameter : ReportObject,
INamedObject
public ref class QueryParameter : public ReportObject,
INamedObject
type QueryParameter =
class
inherit ReportObject
interface INamedObject
end
public class QueryParameter extends ReportObject implements INamedObject
O tipo QueryParameter expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
QueryParameter | Initializes a new instance of the QueryParameter class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AllowBlank | Infraestrutura. | |
Caption | Infraestrutura. | |
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
DbType | Infraestrutura. | |
DefaultValue | Infraestrutura. | |
IsMultiValued | Infraestrutura. | |
IsNullable | Infraestrutura. | |
Name | The parameter name. | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
UserDefined | Indicates whether the parameter value is user defined. | |
ValidValuesDataSet | Infraestrutura. | |
ValidValuesDataSetLabelField | ||
ValidValuesDataSetQueryParameterReference | Infraestrutura. | |
ValidValuesDataSetValueField | ||
Value | The parameter value. |
Início
Métodos
Nome | Descrição | |
---|---|---|
DeepClone | Infraestrutura. (Substitui ReportObject. . :: . .DeepClone() () () ().) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetContainingDataScopes | Infraestrutura. (Herdado de ReportObject.) | |
GetDataScopesForDefaultImpl | Infraestrutura. (Herdado de ReportObject.) | |
GetDependenciesCore | Infraestrutura. (Herdado de ReportObject.) | |
GetHashCode | (Herdado de Object.) | |
GetReportParameterName | Infraestrutura. | |
GetType | (Herdado de Object.) | |
Initialize | Infraestrutura. (Herdado de ReportObject.) | |
InitializeForDesigner | Infraestrutura. (Herdado de ReportObject.) | |
MemberwiseClone | (Herdado de Object.) | |
OnChildPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
OnPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
RdlSemanticEqualsCore | (Substitui ReportObject. . :: . .RdlSemanticEqualsCore(ReportObject, ICollection< (Of < <' (ReportObject> ) > > )).) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infraestrutura. (Herdado de ReportObject.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.