Свойство DesignerModel
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Пространство имен: 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)
Значение свойства
См. также