AdditionalInfo.DataExtension 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 extension.
public:
property Microsoft::ReportingServices::Diagnostics::Internal::SerializableDictionary ^ DataExtension { Microsoft::ReportingServices::Diagnostics::Internal::SerializableDictionary ^ get(); void set(Microsoft::ReportingServices::Diagnostics::Internal::SerializableDictionary ^ value); };
public Microsoft.ReportingServices.Diagnostics.Internal.SerializableDictionary DataExtension { get; set; }
member this.DataExtension : Microsoft.ReportingServices.Diagnostics.Internal.SerializableDictionary with get, set
Public Property DataExtension As SerializableDictionary
Property Value
The data extension.