Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the data source ID.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataSourceID As Guid
Get
Set
'Usage
Dim instance As DataSource
Dim value As Guid
value = instance.DataSourceID
instance.DataSourceID = value
public Guid DataSourceID { get; set; }
public:
property Guid DataSourceID {
Guid get ();
void set (Guid value);
}
member DataSourceID : Guid with get, set
function get DataSourceID () : Guid
function set DataSourceID (value : Guid)
Property Value
Type: System.Guid
A Guid object.