QueryParameter Class

Definition

Represents a query parameter.

public ref class QueryParameter : Microsoft::ReportingServices::RdlObjectModel::ReportObject, Microsoft::ReportingServices::RdlObjectModel::INamedObject
public class QueryParameter : Microsoft.ReportingServices.RdlObjectModel.ReportObject, Microsoft.ReportingServices.RdlObjectModel.INamedObject
type QueryParameter = class
    inherit ReportObject
    interface INamedObject
Public Class QueryParameter
Inherits ReportObject
Implements INamedObject
Inheritance
Implements

Constructors

QueryParameter()

Initializes a new instance of the QueryParameter class.

Properties

AllowBlank

Gets or sets a value that indicates whether to allow empty value in the parameter.

Caption

Gets or sets the caption of the parameter.

ComponentMetadata

Gets or sets the component metadata.

(Inherited from ReportObject)
DbType

Gets or sets the data type of the parameter.

DefaultValue

Gets or sets the default value of the parameter.

IsMultiValued

Gets or sets whether parameter data is multi-valued.

IsNullable

Gets or sets whether parameter is nullable.

Name

Gets or sets the parameter name.

Parent

The parent of this report object.

(Inherited from ReportObjectBase)
Site

Gets or sets the site associated with the ReportObject object.

(Inherited from ReportObject)
UserDefined

Gets or sets a value that indicates whether the parameter value is user defined.

ValidValuesDataSet

Gets or sets the valid values in the data set.

ValidValuesDataSetLabelField

Gets or sets the label field of the valid values.

ValidValuesDataSetQueryParameterReference

Gets or sets the parameter reference of the valid values in the data set.

ValidValuesDataSetValueField

Gets or sets the value field of the data set.

Value

Gets or sets the parameter value.

Methods

DeepClone()

Returns a copy of the parameters including the properties.

GetContainingDataScopes()

Returns the list of report object that contains data scopes.

(Inherited from ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

Returns the data scopes for default implementation.

(Inherited from ReportObject)
GetDependenciesCore(IList<ReportObject>)

Returns the dependencies core for the ReportObject object.

(Inherited from ReportObject)
GetReportParameterName()

Gets the name of the report parameter.

Initialize()

Initializes an instance of ReportObject.

(Inherited from ReportObject)
InitializeForDesigner()

Initializes the report object for designer.

(Inherited from ReportObject)
OnChildPropertyChanged(Int32, Object, Object)

Raises an event when the property of the child was changed.

(Inherited from ReportObject)
OnPropertyChanged(Int32, Object, Object)

Raises an event when the property was changed.

(Inherited from ReportObject)
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

Indicates whether the RDL semantic is equal to the core objects.

SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>)

Saves the property value of the report object.

(Inherited from ReportObject)

Explicit Interface Implementations

IComponent.Disposed

Occurs when the ReportObject object is disposed.

(Inherited from ReportObject)
IDisposable.Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from ReportObject)

Applies to