Class PivotGridXmlaDataProviderSettings
Specifies settings.
Inheritance
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class PivotGridXmlaDataProviderSettings : ComponentBase
Constructors
PivotGridXmlaDataProviderSettings()
Declaration
public PivotGridXmlaDataProviderSettings()
Properties
Catalog
Gets or sets the catalog (database) to connect to.
Declaration
public string Catalog { get; set; }
Property Value
System.String
catalog name. |
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Credentials
Gets or sets the client credentials used for XMLA service calls.
Declaration
public PivotGridXmlaDataProviderCredentials Credentials { get; set; }
Property Value
PivotGridXmlaDataProviderCredentials
The credentials. |
Cube
Gets or sets the name of the cube that will be used.
Declaration
public string Cube { get; set; }
Property Value
System.String
Cube name. |
DistinctValuesLimit
Gets or sets a value that indicates the total number of distinct items shown into the set condition filter.
Declaration
public int DistinctValuesLimit { get; set; }
Property Value
System.Int32
|
Encoding
Gets or sets the encoding that is used for XMLA service calls.
Declaration
public Encoding Encoding { get; set; }
Property Value
System.Text.Encoding
The encoding. |
ServerUrl
Gets or sets the server url to connect to.
Declaration
public string ServerUrl { get; set; }
Property Value
System.String
The server url. |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnAfterRender(Boolean)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
OnInitialized()
Declaration
protected override void OnInitialized()