共用方式為


Hidden 屬性

取得值,指出使用者介面中是否會隱藏項目。

命名空間:  ReportService2010
組件:  ReportService2010 (在 ReportService2010.dll 中)

語法

'宣告
Public Property Hidden As Boolean
    Get
    Set
'用途
Dim instance As CatalogItem
Dim value As Boolean

value = instance.Hidden

instance.Hidden = value
public bool Hidden { get; set; }
public:
property bool Hidden {
    bool get ();
    void set (bool value);
}
member Hidden : bool with get, set
function get Hidden () : boolean
function set Hidden (value : boolean)

屬性值

型別:System. . :: . .Boolean
如果項目在使用者介面上是隱藏的,則為 true,否則為 false。預設值是 false。

備註

You can modify the Hidden property of an item in the report server database using the SetProperties method.

The value for the Hidden property has a corresponding HiddenSpecified property that indicates whether this property should be omitted from the Web service call.

For more information about omitting properties, see 省略選擇性 Web 服務物件的值.