Właściwość Report.DataSchema
Pobiera schematu lub obszaru nazw dla renderowania danych raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property DataSchema As String
Get
'Użycie
Dim instance As Report
Dim value As String
value = instance.DataSchema
public string DataSchema { get; }
public:
property String^ DataSchema {
String^ get ();
}
member DataSchema : string
function get DataSchema () : String
Wartość właściwości
Typ: System.String
A ciąg wartości.
Zobacz także