共用方式為


Report.ShowHideToggle 屬性

Gets the identifier of the toggle item that was toggled by the user.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property ShowHideToggle As String 
    Get
'用途
Dim instance As Report 
Dim value As String 

value = instance.ShowHideToggle
public string ShowHideToggle { get; }
public:
property String^ ShowHideToggle {
    String^ get ();
}
member ShowHideToggle : string
function get ShowHideToggle () : String

屬性值

型別:System.String
A String containing the identifier of the toggle item that was toggled by the user.

備註

This is used for navigating to the current UI location.

請參閱

參考

Report 類別

Microsoft.ReportingServices.ReportRendering 命名空間