New to Telerik UI for BlazorStart a free 30-day trial

Specifies settings.

Definition

Constructors

C#
public PivotGridXmlaDataProviderSettings()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void OnAfterRender(bool firstRender)
Parameters:firstRenderbool

Overrides: ComponentBase.OnAfterRender(bool)

C#
protected override void OnInitialized()

Overrides: ComponentBase.OnInitialized()

Properties

Gets or sets the catalog (database) to connect to.

C#
[Parameter]
public string Catalog { get; set; }
Property Value:

catalog name.

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

Gets or sets the client credentials used for XMLA service calls.

C#
[Parameter]
public PivotGridXmlaDataProviderCredentials Credentials { get; set; }
Property Value:

The credentials.

Gets or sets the name of the cube that will be used.

C#
[Parameter]
public string Cube { get; set; }
Property Value:

Cube name.

Gets or sets a value that indicates the total number of distinct items shown into the set condition filter.

C#
[Parameter]
public int DistinctValuesLimit { get; set; }

Gets or sets the encoding that is used for XMLA service calls.

C#
[Parameter]
public Encoding Encoding { get; set; }
Property Value:

The encoding.

Gets or sets the server url to connect to.

C#
[Parameter]
public string ServerUrl { get; set; }
Property Value:

The server url.