다음을 통해 공유


CustomReportItem.Hidden 속성

Gets a value that indicates whether the custom report item is hidden.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Overrides ReadOnly Property Hidden As Boolean 
    Get
‘사용 방법
Dim instance As CustomReportItem 
Dim value As Boolean 

value = instance.Hidden
public override bool Hidden { get; }
public:
virtual property bool Hidden {
    bool get () override;
}
abstract Hidden : bool 
override Hidden : bool
override function get Hidden () : boolean

속성 값

유형: System.Boolean
A Boolean value indicating whether the custom report item is hidden.

참고 항목

참조

CustomReportItem 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스