SharedDataSet.SharedDataSetInfo 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.
public:
property Microsoft::ReportingServices::RdlObjectModel::DataSetInfo ^ SharedDataSetInfo { Microsoft::ReportingServices::RdlObjectModel::DataSetInfo ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::DataSetInfo ^ value); };
[System.ComponentModel.DefaultValue(null)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public Microsoft.ReportingServices.RdlObjectModel.DataSetInfo SharedDataSetInfo { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.SharedDataSetInfo : Microsoft.ReportingServices.RdlObjectModel.DataSetInfo with get, set
Public Property SharedDataSetInfo As DataSetInfo
Property Value
- Attributes