Proprietà DesignerModel
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Shared Property DesignerModel As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Boolean
Vedere anche