DesignerModel Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Shared Property DesignerModel As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Boolean
Vea también