ZIndex 속성
Drawing order of the report item within the containing object. Items that have lower indexes should be drawn first, and appear behind items that have higher indexes.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property ZIndex As Integer
Get
Set
‘사용 방법
Dim instance As ReportItem
Dim value As Integer
value = instance.ZIndex
instance.ZIndex = value
public int ZIndex { get; set; }
public:
property int ZIndex {
int get ();
void set (int value);
}
member ZIndex : int with get, set
function get ZIndex () : int
function set ZIndex (value : int)
속성 값
유형: System. . :: . .Int32
An int value.