Proprietà Report.DataSchema
Gets the schema or namespace to use for a report data rendering.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DataSchema As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
A string value.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering