Proprietà ObjectDataSourceType
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property ObjectDataSourceType As String
Get
Set
'Utilizzo
Dim instance As DataSetInfo
Dim value As String
value = instance.ObjectDataSourceType
instance.ObjectDataSourceType = value
public string ObjectDataSourceType { get; set; }
public:
property String^ ObjectDataSourceType {
String^ get ();
void set (String^ value);
}
member ObjectDataSourceType : string with get, set
function get ObjectDataSourceType () : String
function set ObjectDataSourceType (value : String)
Valore proprietà
Tipo: System. . :: . .String
A string value.
Vedere anche