Report.DataSchema 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 the schema or namespace to use for a report data rendering.
public:
property System::String ^ DataSchema { System::String ^ get(); };
public string DataSchema { get; }
member this.DataSchema : string
Public ReadOnly Property DataSchema As String
Property Value
A String
value containing the schema or namespace to use for a report data rendering.