Свойство ReportObject.DesignerModel
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets whether the ReportObject object is a designer model.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Shared Property DesignerModel As Boolean
Get
Set
'Применение
Dim value As Boolean
value = ReportObject.DesignerModel
ReportObject.DesignerModel = value
public static bool DesignerModel { get; set; }
public:
static property bool DesignerModel {
bool get ();
void set (bool value);
}
static member DesignerModel : bool with get, set
static function get DesignerModel () : boolean
static function set DesignerModel (value : boolean)
Значение свойства
Тип: System.Boolean
True if the ReportObject object is a designer model; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel