DataSource.DataSourceID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the data source ID.
public:
property Guid DataSourceID { Guid get(); void set(Guid value); };
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public Guid DataSourceID { get; set; }
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.DataSourceID : Guid with get, set
Public Property DataSourceID As Guid
Property Value
A Guid object.
- Attributes