共用方式為


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 命名空間