다음을 통해 공유


ReportItem.IsFullSize 속성

Gets a value that indicates whether the top level item of a table cell, matrix member, or matrix cell item is expanded to 100%.

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

구문

‘선언
Public ReadOnly Property IsFullSize As Boolean 
    Get
‘사용 방법
Dim instance As ReportItem 
Dim value As Boolean 

value = instance.IsFullSize
public bool IsFullSize { get; }
public:
property bool IsFullSize {
    bool get ();
}
member IsFullSize : bool
function get IsFullSize () : boolean

속성 값

유형: System.Boolean
A Boolean value. A true value indicates that the top-level item is fully expanded.

참고 항목

참조

ReportItem 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스