Partilhar via


Propriedade do RDL Report.DataSchema

Gets the schema or namespace to use for a report data rendering.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property DataSchema As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
A String value containing the schema or namespace to use for a report data rendering.

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.ReportRendering