Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the drawing order of the subitem.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ZIndex As ReportExpression(Of Integer)
Get
Set
'Usage
Dim instance As MapSubItem
Dim value As ReportExpression(Of Integer)
value = instance.ZIndex
instance.ZIndex = value
public ReportExpression<int> ZIndex { get; set; }
public:
property ReportExpression<int> ZIndex {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member ZIndex : ReportExpression<int> with get, set
function get ZIndex () : ReportExpression<int>
function set ZIndex (value : ReportExpression<int>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.