Report.DataSchema Property

Definition

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

public:
 property System::String ^ DataSchema { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
public string DataSchema { get; set; }
[<System.ComponentModel.DefaultValue("")>]
member this.DataSchema : string with get, set
Public Property DataSchema As String

Property Value

The schema or namespace to use for a report data rendering.

Attributes

Applies to