QueryResultsDlgStorage.DataReader Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
property Microsoft::ReportingServices::DataProcessing::IDataReader ^ DataReader { Microsoft::ReportingServices::DataProcessing::IDataReader ^ get(); void set(Microsoft::ReportingServices::DataProcessing::IDataReader ^ value); };
public Microsoft.ReportingServices.DataProcessing.IDataReader DataReader { get; set; }
member this.DataReader : Microsoft.ReportingServices.DataProcessing.IDataReader with get, set
Public Property DataReader As IDataReader