Symfonia.WebAPI.Interface.RepX.ViewModels Namespace > ReportCatalog Class > ReportCatalog Properties > IsSubCatalog Property 

Drukuj

.NET Framework Class Library

ReportCatalog.IsSubCatalog Property

Czy katalog jest sub-katalogiem.

Namespace: Symfonia.WebAPI.Interface.RepX.ViewModels

Assembly:  Symfonia.WebAPI.Interface.RepX (in Symfonia.WebAPI.Interface.RepX.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property IsSubCatalog As Boolean
 Get
 Set

C#

public bool IsSubCatalog { getset; }

Visual C++

public:
property bool IsSubCatalog {
 bool get ();
 void set (bool value);
}

JavaScript

function get_isSubCatalog();
function set_isSubCatalog(value);

See Also

ReportCatalog Class

ReportCatalog Members

Symfonia.WebAPI.Interface.RepX.ViewModels Namespace