ReportParameter.UsedInQuery 属性

Gets or sets a value that indicates whether or not the parameter is used in a query in the report.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property UsedInQuery As UsedInQueryTypes 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.UsedInQueryTypes
A UsedInQueryTypes object.

请参阅

参考

ReportParameter 类

Microsoft.ReportingServices.RdlObjectModel 命名空间