共用方式為


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