Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
External Style Sheets
andy.rush
<p>Is there a way to apply style classes from an external CSS file such that the class definition name appears in the HTML source? Something like <p class="defintionFromMyExternalStyleSheet">?<br><br>
From what i can see, style classes defined by the designer in an external sheet are not hard-coded to the respective element in the HTML source. Instead the element is assigned a cryptic class like "style_x", where x is a number . The definition for this cryptically named class is embedded in the HTML source, but does not match the definition provided in the external style sheet.The elements display as expected in the Report Viewer , presumably attached by one of the multitude of js files that are imported to ReportViewer html files.<br><br>
So, is there a way to get the style definition names from an external style sheet hard-coded into the html source? <br>
</p>
<p> </p>
Find more posts tagged with
Comments
mwilliams
My guess is you'd have to go make changes in the source code for the HTML emitter, but I've not dug into the source yet to figure out where the naming takes place.
andy.rush
<blockquote class="ipsBlockquote" data-author="mwilliams" data-cid="129658" data-time="1406349970">
<div>
<p>My guess is you'd have to go make changes in the source code for the HTML emitter, but I've not dug into the source yet to figure out where the naming takes place.</p>
</div>
</blockquote>
<p> </p>
<p>That's what i figured based on what i was seeing. Just wanted to be sure i hadn't overlooked something obvious.</p>